ruạṛ
a N��fZ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractCallAttribute� )�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 )�BipCallAttributez# The call attributes impl. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new BipCallAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.BipCallAttribute.model_type` attribute of this class is ``BIPCALLATTRIBUTE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this BipCallAttribute. Allowed values for this property are: "BIPCALLATTRIBUTE", "GENERIC_REST_CALL_ATTRIBUTE" :type model_type: str :param staging_bucket: The value to assign to the staging_bucket property of this BipCallAttribute. :type staging_bucket: oci.data_connectivity.models.Schema :param offset_parameter: The value to assign to the offset_parameter property of this BipCallAttribute. :type offset_parameter: str :param fetch_next_rows_parameter: The value to assign to the fetch_next_rows_parameter property of this BipCallAttribute. :type fetch_next_rows_parameter: str :param staging_data_asset: The value to assign to the staging_data_asset property of this BipCallAttribute. :type staging_data_asset: oci.data_connectivity.models.DataAsset :param staging_connection: The value to assign to the staging_connection property of this BipCallAttribute. :type staging_connection: oci.data_connectivity.models.Connection :param staging_prefix: The value to assign to the staging_prefix property of this BipCallAttribute. :type staging_prefix: str �str�Schema� DataAsset� Connection)� model_type�staging_bucket�offset_parameter�fetch_next_rows_parameter�staging_data_asset�staging_connection�staging_prefix� modelType� stagingBucket�offsetParameter�fetchNextRowsParameter�stagingDataAsset�stagingConnection� stagingPrefixN�BIPCALLATTRIBUTE) � swagger_types� attribute_map�_model_type�_staging_bucket�_offset_parameter�_fetch_next_rows_parameter�_staging_data_asset�_staging_connection�_staging_prefix)�self�kwargs� r'