📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_term_relationship_details.pyc
a N��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 d d� Z dd� Zdd� ZdS )�CreateTermRelationshipDetailszA Properties used in term relationship create operations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateTermRelationshipDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreateTermRelationshipDetails. :type display_name: str :param description: The value to assign to the description property of this CreateTermRelationshipDetails. :type description: str :param related_term_key: The value to assign to the related_term_key property of this CreateTermRelationshipDetails. :type related_term_key: str �str)�display_name�description�related_term_key�displayNamer �relatedTermKeyN)� swagger_types� attribute_map� _display_name�_description�_related_term_key)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/create_term_relationship_details.py�__init__ s ��z&CreateTermRelationshipDetails.__init__c C s | j S )a� **[Required]** Gets the display_name of this CreateTermRelationshipDetails. A user-friendly display name. Is changeable. The combination of 'displayName' and 'parentTermKey' must be unique. Avoid entering confidential information. This is the same as 'relationshipType' for 'termRelationship'. :return: The display_name of this CreateTermRelationshipDetails. :rtype: str �r �r r r r r 2 s z*CreateTermRelationshipDetails.display_namec C s || _ dS )a� Sets the display_name of this CreateTermRelationshipDetails. A user-friendly display name. Is changeable. The combination of 'displayName' and 'parentTermKey' must be unique. Avoid entering confidential information. This is the same as 'relationshipType' for 'termRelationship'. :param display_name: The display_name of this CreateTermRelationshipDetails. :type: str Nr )r r r r r r ? s c C s | j S )a Gets the description of this CreateTermRelationshipDetails. Detailed description of the term relationship usually defined at the time of creation. :return: The description of this CreateTermRelationshipDetails. :rtype: str �r r r r r r L s z)CreateTermRelationshipDetails.descriptionc C s || _ dS )a Sets the description of this CreateTermRelationshipDetails. Detailed description of the term relationship usually defined at the time of creation. :param description: The description of this CreateTermRelationshipDetails. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the related_term_key of this CreateTermRelationshipDetails. Unique id of the related term. :return: The related_term_key of this CreateTermRelationshipDetails. :rtype: str �r r r r r r d s z.CreateTermRelationshipDetails.related_term_keyc C s || _ dS )z� Sets the related_term_key of this CreateTermRelationshipDetails. Unique id of the related term. :param related_term_key: The related_term_key of this CreateTermRelationshipDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z&CreateTermRelationshipDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z$CreateTermRelationshipDetails.__eq__c C s | |k S r r r r r r �__ne__� s z$CreateTermRelationshipDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"