ruạṛ
a N��f� � @ 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� �Zdd� Zdd� Z dd� ZdS )�BipCallAttributezX Properties to configure reading from a FUSION_APP BIP data asset / connection. c K s` dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _dS )aU Initializes a new BipCallAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.BipCallAttribute.model_type` attribute of this class is ``BIP_CALL_ATTRIBUTE`` 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: "BIP_CALL_ATTRIBUTE", "GENERIC_REST_CALL_ATTRIBUTE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param fetch_size: The value to assign to the fetch_size property of this BipCallAttribute. :type fetch_size: int :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_integration.models.DataAssetSummaryFromObjectStorage :param staging_connection: The value to assign to the staging_connection property of this BipCallAttribute. :type staging_connection: oci.data_integration.models.ConnectionSummaryFromObjectStorage :param bucket_schema: The value to assign to the bucket_schema property of this BipCallAttribute. :type bucket_schema: oci.data_integration.models.Schema �str�int�!DataAssetSummaryFromObjectStorage�"ConnectionSummaryFromObjectStorage�Schema)� model_type� fetch_size�offset_parameter�fetch_next_rows_parameter�staging_data_asset�staging_connection� bucket_schema� modelType� fetchSize�offsetParameter�fetchNextRowsParameter�stagingDataAsset�stagingConnection�bucketSchemaN�BIP_CALL_ATTRIBUTE) � swagger_types� attribute_map�_model_type�_fetch_size�_offset_parameter�_fetch_next_rows_parameter�_staging_data_asset�_staging_connection�_bucket_schema)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/bip_call_attribute.py�__init__ s0 &�� zBipCallAttribute.__init__c C s | j S )z� Gets the offset_parameter of this BipCallAttribute. Name of BIP report parameter to control the offset of the chunk. :return: The offset_parameter of this BipCallAttribute. :rtype: str �r! �r&