Class CancelDeploymentDetails
The information regarding the deployment to be canceled.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CancelDeploymentDetailsProperties
Reason
Declaration
[Required(ErrorMessage = "Reason is required.")]
[JsonProperty(PropertyName = "reason")]
public string Reason { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The reason for canceling the deployment. | 
Remarks
Required