Skip to main content

MutationDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a mutation.

public class MutationDto

Inheritance ObjectMutationDto

Properties

RtId

Runtime id of the item to mutate.

public OctoObjectId RtId { get; set; }

Property Value

OctoObjectId

Constructors

MutationDto()

public MutationDto()