ruạṛ
a N��fq � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractReadAttribute� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�BiccReadAttributesz4 Properties to configure reading from BICC. �FULL�INCREMENTALc K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )a= Initializes a new BiccReadAttributes object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.BiccReadAttributes.model_type` attribute of this class is ``BICC_READ_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 BiccReadAttributes. Allowed values for this property are: "ORACLEREADATTRIBUTE", "ORACLE_READ_ATTRIBUTE", "BICC_READ_ATTRIBUTE", "BIP_READ_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 BiccReadAttributes. :type fetch_size: int :param extract_strategy: The value to assign to the extract_strategy property of this BiccReadAttributes. Allowed values for this property are: "FULL", "INCREMENTAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type extract_strategy: str :param external_storage: The value to assign to the external_storage property of this BiccReadAttributes. :type external_storage: oci.data_integration.models.ExternalStorage :param initial_extract_date: The value to assign to the initial_extract_date property of this BiccReadAttributes. :type initial_extract_date: datetime :param last_extract_date: The value to assign to the last_extract_date property of this BiccReadAttributes. :type last_extract_date: datetime �str�int�ExternalStorage�datetime)� model_type� fetch_size�extract_strategy�external_storage�initial_extract_date�last_extract_date� modelType� fetchSize�extractStrategy�externalStorage�initialExtractDate�lastExtractDateN�BICC_READ_ATTRIBUTE)� swagger_types� attribute_map�_model_type�_fetch_size�_extract_strategy�_external_storage�_initial_extract_date�_last_extract_date)�self�kwargs� r&