ruạṛ
a N��f�C � @ 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�bool�datetime�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_state� childTermsr �displayNamer �glossaryKeyr � parentTermKey�isAllowedToHaveChildTermsr �timeCreated�workflowStatus�associatedObjectCount�lifecycleStateN)� swagger_types� 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� r>