ruạṛ
a N��fd � @ 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 �namePathN)� swagger_types� attribute_map�_key�_name� _name_path)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >