ruạṛ
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� UniqueKey� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )� UniqueDataKeyz The unique key object. c K s` dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d| _d S )a� Initializes a new UniqueDataKey object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UniqueDataKey.model_type` attribute of this class is ``UNIQUE_KEY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this UniqueDataKey. Allowed values for this property are: "PRIMARY_KEY", "UNIQUE_KEY" :type model_type: str :param key: The value to assign to the key property of this UniqueDataKey. :type key: str :param model_version: The value to assign to the model_version property of this UniqueDataKey. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UniqueDataKey. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UniqueDataKey. :type name: str :param attribute_refs: The value to assign to the attribute_refs property of this UniqueDataKey. :type attribute_refs: list[oci.data_integration.models.KeyAttribute] :param object_status: The value to assign to the object_status property of this UniqueDataKey. :type object_status: int �str�ParentReferencezlist[KeyAttribute]�int)� model_type�key� model_version� parent_ref�name�attribute_refs� object_status� modelTyper �modelVersion� parentRefr � attributeRefs�objectStatusN� UNIQUE_KEY) � swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_attribute_refs�_object_status)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/unique_data_key.py�__init__ s0 %�� zUniqueDataKey.__init__c C s t | �S �N)r )r"