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 )�AttachDataAssetInfoz( The attach DataAsset response. c K s ddi| _ ddi| _d| _dS )a� Initializes a new AttachDataAssetInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reference_info: The value to assign to the reference_info property of this AttachDataAssetInfo. :type reference_info: dict(str, ValidationResult) �reference_infozdict(str, ValidationResult)� referenceInfoN)� swagger_types� attribute_map�_reference_info)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/attach_data_asset_info.py�__init__ s ��zAttachDataAssetInfo.__init__c C s | j S )a **[Required]** Gets the reference_info of this AttachDataAssetInfo. Mapping the DataAsset name as the key to the results as the value. :return: The reference_info of this AttachDataAssetInfo. :rtype: dict(str, ValidationResult) �r �r r r r r $ s z"AttachDataAssetInfo.reference_infoc C s || _ dS )a Sets the reference_info of this AttachDataAssetInfo. Mapping the DataAsset name as the key to the results as the value. :param reference_info: The reference_info of this AttachDataAssetInfo. :type: dict(str, ValidationResult) Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<