📂 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
›
osp_gateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osp_gateway/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: field.cpython-39.pyc
a ���fO � @ 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� �Zdd� Zdd� Z dd� ZdS )�Fieldz Field information c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aY Initializes a new Field 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 Field. :type name: str :param is_required: The value to assign to the is_required property of this Field. :type is_required: bool :param format: The value to assign to the format property of this Field. :type format: oci.osp_gateway.models.Format :param label: The value to assign to the label property of this Field. :type label: oci.osp_gateway.models.Label :param language: The value to assign to the language property of this Field. :type language: str �str�boolZFormatZLabel)�name�is_required�format�label�languager Z isRequiredr r r N)Z swagger_typesZ attribute_map�_name�_is_required�_format�_label� _language)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/osp_gateway/models/field.py�__init__ s"