📂 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
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: custom_property_summary.cpython-39.pyc
a ���f�j � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#edAdB� �Z$e$jdCdB� �Z$edDdE� �Z%e%jdFdE� �Z%edGdH� �Z&e&jdIdH� �Z&edJdK� �Z'e'jdLdK� �Z'edMdN� �Z(e(jdOdN� �Z(edPdQ� �Z)e)jdRdQ� �Z)edSdT� �Z*e*jdUdT� �Z*dVdW� Z+dXdY� Z,dZd[� Z-d\S )]�CustomPropertySummaryz& Summary of a custom property �TEXT� RICH_TEXT�BOOLEAN�NUMBER�DATE�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d | _d | _d | _ d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d | _d S )!a� Initializes a new CustomPropertySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CustomPropertySummary. :type key: str :param display_name: The value to assign to the display_name property of this CustomPropertySummary. :type display_name: str :param description: The value to assign to the description property of this CustomPropertySummary. :type description: str :param data_type: The value to assign to the data_type property of this CustomPropertySummary. Allowed values for this property are: "TEXT", "RICH_TEXT", "BOOLEAN", "NUMBER", "DATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_type: str :param namespace_name: The value to assign to the namespace_name property of this CustomPropertySummary. :type namespace_name: str :param is_sortable: The value to assign to the is_sortable property of this CustomPropertySummary. :type is_sortable: bool :param is_filterable: The value to assign to the is_filterable property of this CustomPropertySummary. :type is_filterable: bool :param is_multi_valued: The value to assign to the is_multi_valued property of this CustomPropertySummary. :type is_multi_valued: bool :param is_hidden: The value to assign to the is_hidden property of this CustomPropertySummary. :type is_hidden: bool :param is_editable: The value to assign to the is_editable property of this CustomPropertySummary. :type is_editable: bool :param is_shown_in_list: The value to assign to the is_shown_in_list property of this CustomPropertySummary. :type is_shown_in_list: bool :param is_service_defined: The value to assign to the is_service_defined property of this CustomPropertySummary. :type is_service_defined: bool :param is_hidden_in_search: The value to assign to the is_hidden_in_search property of this CustomPropertySummary. :type is_hidden_in_search: bool :param time_created: The value to assign to the time_created property of this CustomPropertySummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this CustomPropertySummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param usage_count: The value to assign to the usage_count property of this CustomPropertySummary. :type usage_count: int :param scope: The value to assign to the scope property of this CustomPropertySummary. :type scope: list[oci.data_catalog.models.CustomPropertyTypeUsage] :param allowed_values: The value to assign to the allowed_values property of this CustomPropertySummary. :type allowed_values: list[str] :param time_updated: The value to assign to the time_updated property of this CustomPropertySummary. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this CustomPropertySummary. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this CustomPropertySummary. :type updated_by_id: str :param is_event_enabled: The value to assign to the is_event_enabled property of this CustomPropertySummary. :type is_event_enabled: bool :param events: The value to assign to the events property of this CustomPropertySummary. :type events: list[oci.data_catalog.models.EventConfig] �str�boolZdatetime�intzlist[CustomPropertyTypeUsage]z list[str]zlist[EventConfig])�key�display_name�description� data_type�namespace_name�is_sortable� is_filterable�is_multi_valued� is_hidden�is_editable�is_shown_in_list�is_service_defined�is_hidden_in_search�time_created�lifecycle_state�usage_count�scope�allowed_values�time_updated� created_by_id� updated_by_id�is_event_enabled�eventsr ZdisplayNamer ZdataTypeZ namespaceNameZ isSortableZisFilterableZ isMultiValuedZisHiddenZ isEditableZ isShownInListZisServiceDefinedZisHiddenInSearchZtimeCreatedZlifecycleStateZ usageCountr'