Show / Hide Table of Contents

Class RoverBundleStatusDetails

Information required to retrieve rover bundle status of a copyObject operation.

Inheritance
object
RoverBundleStatusDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top