DeploymentUpdateErrorMessageDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Defines an deployment error message
public class DeploymentUpdateErrorMessageDto
Inheritance Object → DeploymentUpdateErrorMessageDto
Properties
DataPipelineRtId
Gets or sets the id of the data pipeline.
public Nullable<OctoObjectId> DataPipelineRtId { get; set; }
Property Value
PipelineRtEntityId
Gets or sets the id of the pipeline.
public Nullable<RtEntityId> PipelineRtEntityId { get; set; }
Property Value
ErrorMessage
The error message
public string ErrorMessage { get; set; }
Property Value
Constructors
DeploymentUpdateErrorMessageDto()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public DeploymentUpdateErrorMessageDto()