MutationDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a mutation.
public class MutationDto
Inheritance Object → MutationDto
Properties
RtId
Runtime id of the item to mutate.
public OctoObjectId RtId { get; set; }
Property Value
OctoObjectId
Constructors
MutationDto()
public MutationDto()