ruạṛ
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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ExcelFormatAttributez% The Excel format attribute. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a4 Initializes a new ExcelFormatAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.ExcelFormatAttribute.model_type` attribute of this class is ``EXCEL_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 ExcelFormatAttribute. Allowed values for this property are: "JSON_FORMAT", "CSV_FORMAT", "AVRO_FORMAT", "PARQUET_FORMAT" :type model_type: str :param data_address: The value to assign to the data_address property of this ExcelFormatAttribute. :type data_address: str :param header: The value to assign to the header property of this ExcelFormatAttribute. :type header: bool :param password: The value to assign to the password property of this ExcelFormatAttribute. :type password: str �str�bool)� model_type�data_address�header�password� modelType�dataAddressr r N�EXCEL_FORMAT)� swagger_types� attribute_map�_model_type� _data_address�_header� _password)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/excel_format_attribute.py�__init__ s ��zExcelFormatAttribute.__init__c C s | j S )z� Gets the data_address of this ExcelFormatAttribute. Range of the data. For example, "'My Sheet'!B3:C35" :return: The data_address of this ExcelFormatAttribute. :rtype: str �r �r r r r r <