Show / Hide Table of Contents

Class UpdateExportRequestDetails

Properties used in export object request update operations.

Inheritance
object
UpdateExportRequestDetails
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 UpdateExportRequestDetails

Properties

Status

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

The status of the object.

In this article
Back to top