📂 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: search_term_summary.cpython-39.pyc
a ���f, � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�SearchTermSummaryzu Summary of a term associated with an object. This is a brief summary returned as part of the search result. c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) aN Initializes a new SearchTermSummary 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 SearchTermSummary. :type key: str :param display_name: The value to assign to the display_name property of this SearchTermSummary. :type display_name: str :param glossary_key: The value to assign to the glossary_key property of this SearchTermSummary. :type glossary_key: str :param glossary_name: The value to assign to the glossary_name property of this SearchTermSummary. :type glossary_name: str :param parent_term_key: The value to assign to the parent_term_key property of this SearchTermSummary. :type parent_term_key: str :param parent_term_name: The value to assign to the parent_term_name property of this SearchTermSummary. :type parent_term_name: str �str)�key�display_name�glossary_key� glossary_name�parent_term_key�parent_term_namer ZdisplayNameZglossaryKeyZglossaryNameZ parentTermKeyZparentTermNameN)Z swagger_typesZ attribute_map�_key� _display_name� _glossary_key�_glossary_name�_parent_term_key�_parent_term_name)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/data_catalog/models/search_term_summary.py�__init__ s( � � zSearchTermSummary.__init__c C s | j S )z� Gets the key of this SearchTermSummary. Unique term key that is immutable. :return: The key of this SearchTermSummary. :rtype: str �r �r r r r r I s zSearchTermSummary.keyc C s || _ dS )z� Sets the key of this SearchTermSummary. Unique term key that is immutable. :param key: The key of this SearchTermSummary. :type: str Nr )r r r r r r U s c C s | j S )a, **[Required]** Gets the display_name of this SearchTermSummary. 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 SearchTermSummary. :rtype: str �r r r r r r a s zSearchTermSummary.display_namec C s || _ dS )a( Sets the display_name of this SearchTermSummary. 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 SearchTermSummary. :type: str Nr )r r r r r r n s c C s | j S )z� Gets the glossary_key of this SearchTermSummary. Unique id of the parent glossary. :return: The glossary_key of this SearchTermSummary. :rtype: str �r r r r r r { s zSearchTermSummary.glossary_keyc C s || _ dS )z� Sets the glossary_key of this SearchTermSummary. Unique id of the parent glossary. :param glossary_key: The glossary_key of this SearchTermSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the glossary_name of this SearchTermSummary. Name of the parent glossary. :return: The glossary_name of this SearchTermSummary. :rtype: str �r r r r r r � s zSearchTermSummary.glossary_namec C s || _ dS )z� Sets the glossary_name of this SearchTermSummary. Name of the parent glossary. :param glossary_name: The glossary_name of this SearchTermSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the parent_term_key of this SearchTermSummary. This terms parent term key. Will be null if the term has no parent term. :return: The parent_term_key of this SearchTermSummary. :rtype: str �r r r r r r � s z!SearchTermSummary.parent_term_keyc C s || _ dS )z� Sets the parent_term_key of this SearchTermSummary. This terms parent term key. Will be null if the term has no parent term. :param parent_term_key: The parent_term_key of this SearchTermSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the parent_term_name of this SearchTermSummary. Name of the parent term key. Will be null if the term has no parent term. :return: The parent_term_name of this SearchTermSummary. :rtype: str �r r r r r r � s z"SearchTermSummary.parent_term_namec C s || _ dS )z� Sets the parent_term_name of this SearchTermSummary. Name of the parent term key. Will be null if the term has no parent term. :param parent_term_name: The parent_term_name of this SearchTermSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zSearchTermSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSearchTermSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zSearchTermSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&