Skip to main content

JobResponseDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a response including the job id of a long-running process

public class JobResponseDto

Inheritance ObjectJobResponseDto

Properties

JobId

Gets or sets the job id.

public string JobId { get; set; }

Property Value

String

Constructors

JobResponseDto(String)

Constructor

public JobResponseDto(string jobId)

Parameters

jobId String