CancelMacOrderDetails

class oci.mngdmac.models.CancelMacOrderDetails(**kwargs)

Bases: object

The data to cancel a MacOrder.

Methods

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

Attributes

cancel_reason Gets the cancel_reason of this CancelMacOrderDetails.
__init__(**kwargs)

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

Parameters:cancel_reason (str) – The value to assign to the cancel_reason property of this CancelMacOrderDetails.
cancel_reason

Gets the cancel_reason of this CancelMacOrderDetails. The reason for the MacOrder cancellation.

Returns:The cancel_reason of this CancelMacOrderDetails.
Return type:str