📂 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
›
nosql
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/nosql/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: column.pyc
a O��fs � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 )�Columnz A column of a table. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new Column object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Column. :type name: str :param type: The value to assign to the type property of this Column. :type type: str :param is_nullable: The value to assign to the is_nullable property of this Column. :type is_nullable: bool :param default_value: The value to assign to the default_value property of this Column. :type default_value: str :param is_as_uuid: The value to assign to the is_as_uuid property of this Column. :type is_as_uuid: bool :param is_generated: The value to assign to the is_generated property of this Column. :type is_generated: bool �str�bool)�name�type�is_nullable� default_value� is_as_uuid�is_generatedr r � isNullable�defaultValue�isAsUuid�isGeneratedN)� swagger_types� attribute_map�_name�_type�_is_nullable�_default_value�_is_as_uuid� _is_generated)�self�kwargs� r �{/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/nosql/models/column.py�__init__ s( � � zColumn.__init__c C s | j S )z� Gets the name of this Column. The column name. :return: The name of this Column. :rtype: str �r �r r r r r G s zColumn.namec C s || _ dS )z� Sets the name of this Column. The column name. :param name: The name of this Column. :type: str Nr )r r r r r r S s c C s | j S )z� Gets the type of this Column. The column type. :return: The type of this Column. :rtype: str �r r! r r r r _ s zColumn.typec C s || _ dS )z� Sets the type of this Column. The column type. :param type: The type of this Column. :type: str Nr"