Class RoverBundleStatusDetails
Information required to retrieve rover bundle status of a copyObject operation.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverBundleStatusDetails
Properties
WorkRequestId
Declaration
[Required(ErrorMessage = "WorkRequestId is required.")]
[JsonProperty(PropertyName = "workRequestId")]
public string WorkRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The workRequestId for an async copyObject operation. |
Remarks
Required