JobResponseDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a response including the job id of a long-running process
public class JobResponseDto
Inheritance Object → JobResponseDto
Properties
JobId
Gets or sets the job id.
public string JobId { get; set; }
Property Value
Constructors
JobResponseDto(String)
Constructor
public JobResponseDto(string jobId)
Parameters
jobId
String