Show / Hide Table of Contents

Class CancelDeploymentDetails

The information regarding the deployment to be canceled.

Inheritance
object
CancelDeploymentDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CancelDeploymentDetails

Properties

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

In this article
Back to top