RoverBundleStatusDetails¶
-
class
oci.rover.models.
RoverBundleStatusDetails
(**kwargs)¶ Bases:
object
Information required to retrieve rover bundle status of a copyObject operation.
Methods
__init__
(**kwargs)Initializes a new RoverBundleStatusDetails object with values from keyword arguments. Attributes
work_request_id
[Required] Gets the work_request_id of this RoverBundleStatusDetails. -
__init__
(**kwargs)¶ Initializes a new RoverBundleStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: work_request_id (str) – The value to assign to the work_request_id property of this RoverBundleStatusDetails.
-
work_request_id
¶ [Required] Gets the work_request_id of this RoverBundleStatusDetails. The workRequestId for an async copyObject operation.
Returns: The work_request_id of this RoverBundleStatusDetails. Return type: str
-