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� �Zdd� Zdd� Z dd� ZdS )�CreateDataPreviewDetailsz+ The data preview request payload. c K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateDataPreviewDetails 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 CreateDataPreviewDetails. :type read_operation_config: oci.data_connectivity.models.ReadOperationConfig :param data_asset: The value to assign to the data_asset property of this CreateDataPreviewDetails. :type data_asset: oci.data_connectivity.models.DataAsset :param connection: The value to assign to the connection property of this CreateDataPreviewDetails. :type connection: oci.data_connectivity.models.Connection :param schema: The value to assign to the schema property of this CreateDataPreviewDetails. :type schema: oci.data_connectivity.models.Schema :param data_entity: The value to assign to the data_entity property of this CreateDataPreviewDetails. :type data_entity: oci.data_connectivity.models.DataEntity �ReadOperationConfig� DataAsset� Connection�Schema� DataEntity)�read_operation_config� data_asset� connection�schema�data_entity�readOperationConfig� dataAssetr r � dataEntityN)� swagger_types� attribute_map�_read_operation_config�_data_asset�_connection�_schema�_data_entity)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/create_data_preview_details.py�__init__ s"