📂 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
›
container_engine
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/container_engine/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addon_version_configuration.cpython-39.pyc
a ���f� � @ 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 )�AddonVersionConfigurationz. Addon version configuration details. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new AddonVersionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_required: The value to assign to the is_required property of this AddonVersionConfiguration. :type is_required: bool :param key: The value to assign to the key property of this AddonVersionConfiguration. :type key: str :param value: The value to assign to the value property of this AddonVersionConfiguration. :type value: str :param display_name: The value to assign to the display_name property of this AddonVersionConfiguration. :type display_name: str :param description: The value to assign to the description property of this AddonVersionConfiguration. :type description: str �bool�str)�is_required�key�value�display_name�descriptionZ isRequiredr r ZdisplayNamer N)Z swagger_typesZ attribute_map�_is_required�_key�_value� _display_name�_description)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/container_engine/models/addon_version_configuration.py�__init__ s"