Skip to main content

DeploymentUpdateErrorMessageDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Defines an deployment error message

public class DeploymentUpdateErrorMessageDto

Inheritance ObjectDeploymentUpdateErrorMessageDto

Properties

DataPipelineRtId

Gets or sets the id of the data pipeline.

public Nullable<OctoObjectId> DataPipelineRtId { get; set; }

Property Value

Nullable<OctoObjectId>

PipelineRtEntityId

Gets or sets the id of the pipeline.

public Nullable<RtEntityId> PipelineRtEntityId { get; set; }

Property Value

Nullable<RtEntityId>

ErrorMessage

The error message

public string ErrorMessage { get; set; }

Property Value

String

Constructors

DeploymentUpdateErrorMessageDto()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public DeploymentUpdateErrorMessageDto()