DetachDevicesDetails

class oci.dts.models.DetachDevicesDetails(**kwargs)

Bases: object

DetachDevicesDetails model.

Methods

__init__(**kwargs) Initializes a new DetachDevicesDetails object with values from keyword arguments.

Attributes

device_labels Gets the device_labels of this DetachDevicesDetails.
__init__(**kwargs)

Initializes a new DetachDevicesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:device_labels (list[str]) – The value to assign to the device_labels property of this DetachDevicesDetails.
device_labels

Gets the device_labels of this DetachDevicesDetails. List of TransferDeviceLabel’s

Returns:The device_labels of this DetachDevicesDetails.
Return type:list[str]