Class DetachDevicesDetails
Inherited Members
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class DetachDevicesDetails
Properties
DeviceLabels
Declaration
[JsonProperty(PropertyName = "deviceLabels")]
public List<string> DeviceLabels { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of TransferDeviceLabel's |