ExportModelResponseDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Gets or sets the export model response.
public class ExportModelResponseDto
Inheritance Object → ExportModelResponseDto
Properties
JobId
Gets or sets the job id.
public string JobId { get; set; }
Property Value
Constructors
ExportModelResponseDto(String)
Constructor
public ExportModelResponseDto(string jobId)
Parameters
jobId
String