CancelDeploymentDetails

class oci.devops.models.CancelDeploymentDetails(**kwargs)

Bases: object

The information regarding the deployment to be canceled.

Methods

__init__(**kwargs) Initializes a new CancelDeploymentDetails object with values from keyword arguments.

Attributes

reason [Required] Gets the reason of this CancelDeploymentDetails.
__init__(**kwargs)

Initializes a new CancelDeploymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:reason (str) – The value to assign to the reason property of this CancelDeploymentDetails.
reason

[Required] Gets the reason of this CancelDeploymentDetails. The reason for canceling the deployment.

Returns:The reason of this CancelDeploymentDetails.
Return type:str