📂 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
›
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: glossary_tree_element.cpython-39.pyc
a ���fD � @ 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 Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zd7d8� Z d9d:� Z!d;d<� Z"d=S )>�GlossaryTreeElementz1 Glossary tree element with child terms. �NEW�APPROVED�UNDER_REVIEW� ESCALATED�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new GlossaryTreeElement object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param child_terms: The value to assign to the child_terms property of this GlossaryTreeElement. :type child_terms: list[oci.data_catalog.models.GlossaryTreeElement] :param key: The value to assign to the key property of this GlossaryTreeElement. :type key: str :param display_name: The value to assign to the display_name property of this GlossaryTreeElement. :type display_name: str :param description: The value to assign to the description property of this GlossaryTreeElement. :type description: str :param glossary_key: The value to assign to the glossary_key property of this GlossaryTreeElement. :type glossary_key: str :param uri: The value to assign to the uri property of this GlossaryTreeElement. :type uri: str :param parent_term_key: The value to assign to the parent_term_key property of this GlossaryTreeElement. :type parent_term_key: str :param is_allowed_to_have_child_terms: The value to assign to the is_allowed_to_have_child_terms property of this GlossaryTreeElement. :type is_allowed_to_have_child_terms: bool :param path: The value to assign to the path property of this GlossaryTreeElement. :type path: str :param time_created: The value to assign to the time_created property of this GlossaryTreeElement. :type time_created: datetime :param workflow_status: The value to assign to the workflow_status property of this GlossaryTreeElement. Allowed values for this property are: "NEW", "APPROVED", "UNDER_REVIEW", "ESCALATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type workflow_status: str :param associated_object_count: The value to assign to the associated_object_count property of this GlossaryTreeElement. :type associated_object_count: int :param lifecycle_state: The value to assign to the lifecycle_state property of this GlossaryTreeElement. 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 zlist[GlossaryTreeElement]�str�boolZdatetime�int) �child_terms�key�display_name�description�glossary_key�uri�parent_term_key�is_allowed_to_have_child_terms�path�time_created�workflow_status�associated_object_count�lifecycle_stateZ childTermsr ZdisplayNamer ZglossaryKeyr Z parentTermKeyZisAllowedToHaveChildTermsr ZtimeCreatedZworkflowStatusZassociatedObjectCountZlifecycleStateN)Z swagger_typesZ attribute_map�_child_terms�_key� _display_name�_description� _glossary_key�_uri�_parent_term_key�_is_allowed_to_have_child_terms�_path� _time_created�_workflow_status�_associated_object_count�_lifecycle_state)�self�kwargs� r2 �Q/usr/lib/python3.9/site-packages/oci/data_catalog/models/glossary_tree_element.py�__init__B sR ?��zGlossaryTreeElement.__init__c C s | j S )z� Gets the child_terms of this GlossaryTreeElement. An array of child terms. :return: The child_terms of this GlossaryTreeElement. :rtype: list[oci.data_catalog.models.GlossaryTreeElement] �r# �r0 r2 r2 r3 r � s zGlossaryTreeElement.child_termsc C s || _ dS )z� Sets the child_terms of this GlossaryTreeElement. An array of child terms. :param child_terms: The child_terms of this GlossaryTreeElement. :type: list[oci.data_catalog.models.GlossaryTreeElement] Nr5 )r0 r r2 r2 r3 r � s c C s | j S )z� **[Required]** Gets the key of this GlossaryTreeElement. Unique term key that is immutable. :return: The key of this GlossaryTreeElement. :rtype: str �r$ r6 r2 r2 r3 r � s zGlossaryTreeElement.keyc C s || _ dS )z� Sets the key of this GlossaryTreeElement. Unique term key that is immutable. :param key: The key of this GlossaryTreeElement. :type: str Nr7 )r0 r r2 r2 r3 r � s c C s | j S )a! Gets the display_name of this GlossaryTreeElement. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this GlossaryTreeElement. :rtype: str �r% r6 r2 r2 r3 r � s z GlossaryTreeElement.display_namec C s || _ dS )a, Sets the display_name of this GlossaryTreeElement. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this GlossaryTreeElement. :type: str Nr8 )r0 r r2 r2 r3 r � s c C s | j S )z� Gets the description of this GlossaryTreeElement. Detailed description of the term. :return: The description of this GlossaryTreeElement. :rtype: str �r&