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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateDataProfileDetailsz# The data profile payload. c K sP ddddddd�| _ dd d ddd d�| _d| _d| _d| _d| _d| _d| _dS )aa Initializes a new CreateDataProfileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param read_operation_config: The value to assign to the read_operation_config property of this CreateDataProfileDetails. :type read_operation_config: oci.data_connectivity.models.ReadOperationConfig :param data_asset: The value to assign to the data_asset property of this CreateDataProfileDetails. :type data_asset: oci.data_connectivity.models.DataAsset :param connection: The value to assign to the connection property of this CreateDataProfileDetails. :type connection: oci.data_connectivity.models.Connection :param schema: The value to assign to the schema property of this CreateDataProfileDetails. :type schema: oci.data_connectivity.models.Schema :param data_entity: The value to assign to the data_entity property of this CreateDataProfileDetails. :type data_entity: oci.data_connectivity.models.DataEntity :param profile_config: The value to assign to the profile_config property of this CreateDataProfileDetails. :type profile_config: oci.data_connectivity.models.ProfileConfig �ReadOperationConfig� DataAsset� Connection�Schema� DataEntity� ProfileConfig)�read_operation_config� data_asset� connection�schema�data_entity�profile_config�readOperationConfig� dataAssetr r � dataEntity� profileConfigN)� swagger_types� attribute_map�_read_operation_config�_data_asset�_connection�_schema�_data_entity�_profile_config)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/create_data_profile_details.py�__init__ s( � � z!CreateDataProfileDetails.__init__c C s | j S )z� Gets the read_operation_config of this CreateDataProfileDetails. :return: The read_operation_config of this CreateDataProfileDetails. :rtype: oci.data_connectivity.models.ReadOperationConfig �r �r r! r! r"