📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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: csv_format_attribute.pyc
a N��f0 � @ 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 @ 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 )�CsvFormatAttributez# The CSV format attribute. c K sj ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d | _dS )a� Initializes a new CsvFormatAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CsvFormatAttribute.model_type` attribute of this class is ``CSV_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 CsvFormatAttribute. 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 CsvFormatAttribute. :type is_file_pattern: bool :param encoding: The value to assign to the encoding property of this CsvFormatAttribute. :type encoding: str :param escape_character: The value to assign to the escape_character property of this CsvFormatAttribute. :type escape_character: str :param delimiter: The value to assign to the delimiter property of this CsvFormatAttribute. :type delimiter: str :param quote_character: The value to assign to the quote_character property of this CsvFormatAttribute. :type quote_character: str :param has_header: The value to assign to the has_header property of this CsvFormatAttribute. :type has_header: bool :param timestamp_format: The value to assign to the timestamp_format property of this CsvFormatAttribute. :type timestamp_format: str �str�bool)� model_type�is_file_pattern�encoding�escape_character� delimiter�quote_character� has_header�timestamp_format� modelType� isFilePatternr �escapeCharacterr �quoteCharacter� hasHeader�timestampFormatN� CSV_FORMAT) � swagger_types� attribute_map�_model_type�_is_file_pattern� _encoding�_escape_character� _delimiter�_quote_character�_has_header�_timestamp_format)�self�kwargs� r&