📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: json_format_attribute.pyc
a N��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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�JsonFormatAttributez) The JSON file format attribute. c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) a� 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 �str�bool)� model_type�is_file_pattern�encoding� modelType� isFilePatternr N�JSON_FORMAT)� swagger_types� attribute_map�_model_type�_is_file_pattern� _encoding)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 5 s zJsonFormatAttribute.encodingc C s || _ dS )z� Sets the encoding of this JsonFormatAttribute. The encoding for the file. :param encoding: The encoding of this JsonFormatAttribute. :type: str Nr )r r r r r r A s c C s t | �S �N)r r r r r �__repr__M s zJsonFormatAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__P s zJsonFormatAttribute.__eq__c C s | |k S r r r r r r �__ne__V s zJsonFormatAttribute.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r"