📂 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
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_property_details.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�CreatePropertyDetailsz- The information about new Property. � SINGLE_CHOICE�MULTI_CHOICE�DEFAULT_TEXT�STRING�NUMERICc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) af Initializes a new CreatePropertyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreatePropertyDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreatePropertyDetails. :type display_name: str :param selection: The value to assign to the selection property of this CreatePropertyDetails. Allowed values for this property are: "SINGLE_CHOICE", "MULTI_CHOICE", "DEFAULT_TEXT" :type selection: str :param value_type: The value to assign to the value_type property of this CreatePropertyDetails. Allowed values for this property are: "STRING", "NUMERIC" :type value_type: str :param values: The value to assign to the values property of this CreatePropertyDetails. :type values: list[str] �strz list[str])�compartment_id�display_name� selection� value_type�valuesZ compartmentIdZdisplayNamer Z valueTyper N)Z swagger_typesZ attribute_map�_compartment_id� _display_name� _selection�_value_type�_values)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/create_property_details.py�__init__&