ruạṛ
a N��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 )�CreateAttachDataAssetDetailsz' The attach DataAsset payload. c K s ddi| _ ddi| _d| _dS )a� Initializes a new CreateAttachDataAssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_assets: The value to assign to the data_assets property of this CreateAttachDataAssetDetails. :type data_assets: list[oci.data_connectivity.models.DataAsset] �data_assetszlist[DataAsset]� dataAssetsN)� swagger_types� attribute_map�_data_assets)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/create_attach_data_asset_details.py�__init__ s ��z%CreateAttachDataAssetDetails.__init__c C s | j S )a **[Required]** Gets the data_assets of this CreateAttachDataAssetDetails. The array of DataAsset keys. :return: The data_assets of this CreateAttachDataAssetDetails. :rtype: list[oci.data_connectivity.models.DataAsset] �r �r r r r r $ s z(CreateAttachDataAssetDetails.data_assetsc C s || _ dS )a Sets the data_assets of this CreateAttachDataAssetDetails. The array of DataAsset keys. :param data_assets: The data_assets of this CreateAttachDataAssetDetails. :type: list[oci.data_connectivity.models.DataAsset] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<