📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pattern_summary.cpython-39.pyc
a ���fE- � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�PatternSummaryz� Summary of a pattern. A pattern is a data selector or filter which can provide a singular, logical entity view aggregating multiple physical data artifacts for ease of use. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) aU Initializes a new PatternSummary 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 PatternSummary. :type key: str :param display_name: The value to assign to the display_name property of this PatternSummary. :type display_name: str :param description: The value to assign to the description property of this PatternSummary. :type description: str :param catalog_id: The value to assign to the catalog_id property of this PatternSummary. :type catalog_id: str :param time_created: The value to assign to the time_created property of this PatternSummary. :type time_created: datetime :param expression: The value to assign to the expression property of this PatternSummary. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this PatternSummary. :type file_path_prefix: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PatternSummary. 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 �strZdatetime)�key�display_name�description� catalog_id�time_created� expression�file_path_prefix�lifecycle_stater ZdisplayNamer Z catalogIdZtimeCreatedr ZfilePathPrefixZlifecycleStateN) Z swagger_typesZ attribute_map�_key� _display_name�_description�_catalog_id� _time_created�_expression�_file_path_prefix�_lifecycle_state)�self�kwargs� r"