Show / Hide Table of Contents

Class TransferPackageSummary

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

Properties

CreationTime

Declaration
[JsonProperty(PropertyName = "creationTime")]
public DateTime? CreationTime { get; set; }
Property Value
Type Description
DateTime?

Label

Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TransferPackageSummary.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
TransferPackageSummary.LifecycleStateEnum?
In this article
Back to top