📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: warehouse_table_data_object_details.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�WarehouseDataObjectDetails� )�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 )�WarehouseTableDataObjectDetailsz= Details of a TABLE type data object in a Warehouse. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aY Initializes a new WarehouseTableDataObjectDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.WarehouseTableDataObjectDetails.data_object_type` attribute of this class is ``TABLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_object_type: The value to assign to the data_object_type property of this WarehouseTableDataObjectDetails. Allowed values for this property are: "VIEW", "TABLE" :type data_object_type: str :param columns_metadata: The value to assign to the columns_metadata property of this WarehouseTableDataObjectDetails. :type columns_metadata: list[oci.opsi.models.DataObjectColumnMetadata] �strzlist[DataObjectColumnMetadata])Zdata_object_type�columns_metadataZdataObjectTypeZcolumnsMetadataNZTABLE)Z swagger_typesZ attribute_mapZ_data_object_type�_columns_metadata)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/opsi/models/warehouse_table_data_object_details.py�__init__ s ��z(WarehouseTableDataObjectDetails.__init__c C s | j S )a Gets the columns_metadata of this WarehouseTableDataObjectDetails. Metadata of columns in the data object. :return: The columns_metadata of this WarehouseTableDataObjectDetails. :rtype: list[oci.opsi.models.DataObjectColumnMetadata] �r �r r r r r 0 s z0WarehouseTableDataObjectDetails.columns_metadatac C s || _ dS )a# Sets the columns_metadata of this WarehouseTableDataObjectDetails. Metadata of columns in the data object. :param columns_metadata: The columns_metadata of this WarehouseTableDataObjectDetails. :type: list[oci.opsi.models.DataObjectColumnMetadata] Nr )r r r r r r <