CancelBuildRunDetails

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

Bases: object

Information about canceling the build run.

Methods

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

Attributes

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

Initializes a new CancelBuildRunDetails 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 CancelBuildRunDetails.
reason

[Required] Gets the reason of this CancelBuildRunDetails. The reason for canceling the build run.

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