Show / Hide Table of Contents

Class UpdateCopyObjectRequestDetails

Properties used in copy object request update operations.

Inheritance
object
UpdateCopyObjectRequestDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateCopyObjectRequestDetails

Properties

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public UpdateCopyObjectRequestDetails.StatusEnum? Status { get; set; }
Property Value
Type Description
UpdateCopyObjectRequestDetails.StatusEnum?

The status of the object.

In this article
Back to top