ruạṛ
a ���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�MultipleTransferDevicesz( MultipleTransferDevices model. c K s ddi| _ ddi| _d| _dS )a� Initializes a new MultipleTransferDevices object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param transfer_device_objects: The value to assign to the transfer_device_objects property of this MultipleTransferDevices. :type transfer_device_objects: list[oci.dts.models.TransferDeviceSummary] �transfer_device_objectszlist[TransferDeviceSummary]ZtransferDeviceObjectsN)Z swagger_typesZ attribute_map�_transfer_device_objects)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/dts/models/multiple_transfer_devices.py�__init__ s ��z MultipleTransferDevices.__init__c C s | j S )a Gets the transfer_device_objects of this MultipleTransferDevices. List of TransferDeviceObject's :return: The transfer_device_objects of this MultipleTransferDevices. :rtype: list[oci.dts.models.TransferDeviceSummary] �r �r r r r r &