UpdateCopyObjectRequestDetails¶
- 
class oci.data_integration.models.UpdateCopyObjectRequestDetails(**kwargs)¶
- Bases: - object- Properties used in copy object request update operations. - Attributes - STATUS_TERMINATING- A constant which can be used with the status property of a UpdateCopyObjectRequestDetails. - status- Gets the status of this UpdateCopyObjectRequestDetails. - Methods - __init__(**kwargs)- Initializes a new UpdateCopyObjectRequestDetails object with values from keyword arguments. - 
STATUS_TERMINATING= 'TERMINATING'¶
- A constant which can be used with the status property of a UpdateCopyObjectRequestDetails. This constant has a value of “TERMINATING” 
 - 
__init__(**kwargs)¶
- Initializes a new UpdateCopyObjectRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - status (str) – The value to assign to the status property of this UpdateCopyObjectRequestDetails. Allowed values for this property are: “TERMINATING” 
 - 
status¶
- Gets the status of this UpdateCopyObjectRequestDetails. The status of the object. - Allowed values for this property are: “TERMINATING” - Returns: - The status of this UpdateCopyObjectRequestDetails. - Return type: - str 
 
-