ruạṛ
a ���f�S � @ 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 @ s4 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� �Zed7d8� �Z e jd9d8� �Z ed:d;� �Z!e!jd<d;� �Z!ed=d>� �Z"e"jd?d>� �Z"ed@dA� �Z#e#jdBdA� �Z#edCdD� �Z$e$jdEdD� �Z$dFdG� Z%dHdI� Z&dJdK� Z'dLS )M�TermaL Full term definition. A defined business term in a business glossary. As well as a term definition, simple format rules for attributes mapping to the term (for example, the expected data type and length restrictions) may be stated at the term level. Nesting of terms to support a hierarchy is supported by default. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVING�NEW�APPROVED�UNDER_REVIEW� ESCALATEDc K s� ddddddddddddddddddd�| _ dd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Term 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 Term. :type key: str :param display_name: The value to assign to the display_name property of this Term. :type display_name: str :param description: The value to assign to the description property of this Term. :type description: str :param glossary_key: The value to assign to the glossary_key property of this Term. :type glossary_key: str :param parent_term_key: The value to assign to the parent_term_key property of this Term. :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 Term. :type is_allowed_to_have_child_terms: bool :param path: The value to assign to the path property of this Term. :type path: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Term. 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 time_created: The value to assign to the time_created property of this Term. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Term. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Term. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Term. :type updated_by_id: str :param owner: The value to assign to the owner property of this Term. :type owner: str :param workflow_status: The value to assign to the workflow_status property of this Term. 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 uri: The value to assign to the uri property of this Term. :type uri: str :param associated_object_count: The value to assign to the associated_object_count property of this Term. :type associated_object_count: int :param associated_objects: The value to assign to the associated_objects property of this Term. :type associated_objects: list[oci.data_catalog.models.TermAssociatedObject] :param custom_property_members: The value to assign to the custom_property_members property of this Term. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] �str�boolZdatetime�intzlist[TermAssociatedObject]zlist[CustomPropertyGetUsage])�key�display_name�description�glossary_key�parent_term_key�is_allowed_to_have_child_terms�path�lifecycle_state�time_created�time_updated� created_by_id� updated_by_id�owner�workflow_status�uri�associated_object_count�associated_objects�custom_property_membersr ZdisplayNamer ZglossaryKeyZ parentTermKeyZisAllowedToHaveChildTermsr ZlifecycleStateZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdr"