Show / Hide Table of Contents

Class AttachDevicesDetails

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

Properties

DeviceLabels

Declaration
[JsonProperty(PropertyName = "deviceLabels")]
public List<string> DeviceLabels { get; set; }
Property Value
Type Description
List<string>

List of TransferDeviceLabel's

In this article
Back to top