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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ScopeReferencezx The `ScopeReference` class is a base class for any model object that wraps a scope reference to a TypedObject. � DIRECT_REF�BOUND_ENTITY_SHAPE�BOUND_ENTITY_SHAPE_FIELD�OCI_FUNCTION_INPUT_SHAPE�OCI_FUNCTION_OUTPUT_SHAPEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ScopeReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reference_object: The value to assign to the reference_object property of this ScopeReference. :type reference_object: str :param reference_type: The value to assign to the reference_type property of this ScopeReference. Allowed values for this property are: "DIRECT_REF", "BOUND_ENTITY_SHAPE", "BOUND_ENTITY_SHAPE_FIELD", "OCI_FUNCTION_INPUT_SHAPE", "OCI_FUNCTION_OUTPUT_SHAPE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type reference_type: str :param ref_object_name: The value to assign to the ref_object_name property of this ScopeReference. :type ref_object_name: str �str)�reference_object�reference_type�ref_object_nameZreferenceObjectZ referenceTypeZ refObjectNameN)Z swagger_typesZ attribute_map�_reference_object�_reference_type�_ref_object_name)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/data_integration/models/scope_reference.py�__init__&