ruạṛ
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 d d� Z dd� Zdd� ZdS )�ReferenceUsedByz( Referenced object information. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aK Initializes a new ReferenceUsedBy 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 ReferenceUsedBy. :type key: str :param name: The value to assign to the name property of this ReferenceUsedBy. :type name: str :param name_path: The value to assign to the name_path property of this ReferenceUsedBy. :type name_path: str �str)�key�name� name_pathr r ZnamePathN)Z swagger_typesZ attribute_map�_key�_name� _name_path)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_integration/models/reference_used_by.py�__init__ s ��zReferenceUsedBy.__init__c C s | j S )z� Gets the key of this ReferenceUsedBy. The key of the published object. :return: The key of this ReferenceUsedBy. :rtype: str �r �r r r r r 4 s zReferenceUsedBy.keyc C s || _ dS )z� Sets the key of this ReferenceUsedBy. The key of the published object. :param key: The key of this ReferenceUsedBy. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the name of this ReferenceUsedBy. The name of an published object. :return: The name of this ReferenceUsedBy. :rtype: str �r r r r r r L s zReferenceUsedBy.namec C s || _ dS )z� Sets the name of this ReferenceUsedBy. The name of an published object. :param name: The name of this ReferenceUsedBy. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the name_path of this ReferenceUsedBy. The name path of the published object. :return: The name_path of this ReferenceUsedBy. :rtype: str �r r r r r r d s zReferenceUsedBy.name_pathc C s || _ dS )z� Sets the name_path of this ReferenceUsedBy. The name path of the published object. :param name_path: The name_path of this ReferenceUsedBy. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zReferenceUsedBy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zReferenceUsedBy.__eq__c C s | |k S r r r r r r �__ne__� s zReferenceUsedBy.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"