Skip to main content

CkModelDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a construction kit model

public class CkModelDto

Inheritance ObjectCkModelDto

Properties

Id

Defines the id of the construction kit model

public CkModelId Id { get; set; }

Property Value

CkModelId

Description

An optional description of the model

public string Description { get; set; }

Property Value

String

ModelState

Defines the state of the construction kit model

public ModelState ModelState { get; set; }

Property Value

ModelState

Constructors

CkModelDto()

public CkModelDto()