Show / Hide Table of Contents

Class MultipleTransferAppliances

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

Properties

TransferApplianceObjects

Declaration
[JsonProperty(PropertyName = "transferApplianceObjects")]
public List<TransferApplianceSummary> TransferApplianceObjects { get; set; }
Property Value
Type Description
List<TransferApplianceSummary>

List of TransferAppliance summary's

In this article
Back to top