ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FieldMap� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �NamedEntityMapz A named field map. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new NamedEntityMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.NamedEntityMap.model_type` attribute of this class is ``NAMED_ENTITY_MAP`` 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 NamedEntityMap. Allowed values for this property are: "DIRECT_NAMED_FIELD_MAP", "COMPOSITE_FIELD_MAP", "DIRECT_FIELD_MAP", "RULE_BASED_FIELD_MAP", "CONDITIONAL_COMPOSITE_FIELD_MAP", "NAMED_ENTITY_MAP", "RULE_BASED_ENTITY_MAP" :type model_type: str :param description: The value to assign to the description property of this NamedEntityMap. :type description: str :param key: The value to assign to the key property of this NamedEntityMap. :type key: str :param model_version: The value to assign to the model_version property of this NamedEntityMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this NamedEntityMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this NamedEntityMap. :type config_values: oci.data_integration.models.ConfigValues :param source_entity: The value to assign to the source_entity property of this NamedEntityMap. :type source_entity: str :param target_entity: The value to assign to the target_entity property of this NamedEntityMap. :type target_entity: str :param object_status: The value to assign to the object_status property of this NamedEntityMap. :type object_status: int �str�ParentReference�ConfigValues�int) � model_type�description�key� model_version� parent_ref� config_values� source_entity� target_entity� object_status� modelTyper r �modelVersion� parentRef�configValues�sourceEntity�targetEntity�objectStatusN�NAMED_ENTITY_MAP)� swagger_types� attribute_map�_model_type�_description�_key�_model_version�_parent_ref�_config_values�_source_entity�_target_entity�_object_status)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/named_entity_map.py�__init__ s<