📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: value_list_entity.cpython-39.pyc
a ���f# � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Entity� )�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 )�ValueListEntityz+ Metadata for a value list entity. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new ValueListEntity object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.ValueListEntity.type` attribute of this class is ``ENUM_VALUES`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ValueListEntity. :type id: str :param name: The value to assign to the name property of this ValueListEntity. :type name: str :param type: The value to assign to the type property of this ValueListEntity. Allowed values for this property are: "COMPOSITE", "ENUM_VALUES" :type type: str :param values: The value to assign to the values property of this ValueListEntity. :type values: list[oci.oda.models.StaticEntityValue] �strzlist[StaticEntityValue])�id�name�type�valuesr r r r NZENUM_VALUES)Z swagger_typesZ attribute_mapZ_id�_nameZ_type�_values)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/oda/models/value_list_entity.py�__init__ s ��zValueListEntity.__init__c C s | j S )z� **[Required]** Gets the values of this ValueListEntity. List of values for a value list entity. :return: The values of this ValueListEntity. :rtype: list[oci.oda.models.StaticEntityValue] �r �r r r r r >