ruạṛ
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractFormatAttribute� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�JsonFormatAttributez) The JSON file format attribute. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) aG Initializes a new JsonFormatAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.JsonFormatAttribute.model_type` attribute of this class is ``JSON_FORMAT`` 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 JsonFormatAttribute. Allowed values for this property are: "JSON_FORMAT", "CSV_FORMAT", "AVRO_FORMAT" :type model_type: str :param is_file_pattern: The value to assign to the is_file_pattern property of this JsonFormatAttribute. :type is_file_pattern: bool :param encoding: The value to assign to the encoding property of this JsonFormatAttribute. :type encoding: str :param sample_entity_data: The value to assign to the sample_entity_data property of this JsonFormatAttribute. :type sample_entity_data: str �str�bool)Z model_typeZis_file_pattern�encoding�sample_entity_dataZ modelTypeZ isFilePatternr ZsampleEntityDataNZJSON_FORMAT)Z swagger_typesZ attribute_mapZ_model_typeZ_is_file_pattern� _encoding�_sample_entity_data)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/data_integration/models/json_format_attribute.py�__init__ s ��zJsonFormatAttribute.__init__c C s | j S )z� Gets the encoding of this JsonFormatAttribute. The encoding for the file. :return: The encoding of this JsonFormatAttribute. :rtype: str �r �r r r r r >