Show / Hide Table of Contents

Class UpdateImportRequestDetails

Properties used in import object request update operations.

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

Properties

Status

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

The status of the object.

In this article
Back to top