📂 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_view_data_object_details.cpython-39.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 )�WarehouseViewDataObjectDetailsz< Details of a VIEW type data object in a Warehouse. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aT Initializes a new WarehouseViewDataObjectDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.WarehouseViewDataObjectDetails.data_object_type` attribute of this class is ``VIEW`` 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 WarehouseViewDataObjectDetails. 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 WarehouseViewDataObjectDetails. :type columns_metadata: list[oci.opsi.models.DataObjectColumnMetadata] �strzlist[DataObjectColumnMetadata])Zdata_object_type�columns_metadataZdataObjectTypeZcolumnsMetadataNZVIEW)Z swagger_typesZ attribute_mapZ_data_object_type�_columns_metadata)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/opsi/models/warehouse_view_data_object_details.py�__init__ s ��z'WarehouseViewDataObjectDetails.__init__c C s | j S )a Gets the columns_metadata of this WarehouseViewDataObjectDetails. Metadata of columns in the data object. :return: The columns_metadata of this WarehouseViewDataObjectDetails. :rtype: list[oci.opsi.models.DataObjectColumnMetadata] �r �r r r r r 0 s z/WarehouseViewDataObjectDetails.columns_metadatac C s || _ dS )a! Sets the columns_metadata of this WarehouseViewDataObjectDetails. Metadata of columns in the data object. :param columns_metadata: The columns_metadata of this WarehouseViewDataObjectDetails. :type: list[oci.opsi.models.DataObjectColumnMetadata] Nr )r r r r r r <