ruạṛ
a N��fv � @ 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� �Zdd� Z dd� Zdd� ZdS )�CompositeFieldMapz A composite field map. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a_ Initializes a new CompositeFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CompositeFieldMap.model_type` attribute of this class is ``COMPOSITE_FIELD_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 CompositeFieldMap. 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 CompositeFieldMap. :type description: str :param key: The value to assign to the key property of this CompositeFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this CompositeFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CompositeFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this CompositeFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this CompositeFieldMap. :type object_status: int :param field_maps: The value to assign to the field_maps property of this CompositeFieldMap. :type field_maps: list[oci.data_integration.models.FieldMap] �str�ParentReference�ConfigValues�intzlist[FieldMap])� model_type�description�key� model_version� parent_ref� config_values� object_status� field_maps� modelTyper r �modelVersion� parentRef�configValues�objectStatus� fieldMapsN�COMPOSITE_FIELD_MAP) � swagger_types� attribute_map�_model_type�_description�_key�_model_version�_parent_ref�_config_values�_object_status�_field_maps)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/composite_field_map.py�__init__ s6 )��zCompositeFieldMap.__init__c C s | j S )z� Gets the key of this CompositeFieldMap. The object key. :return: The key of this CompositeFieldMap. :rtype: str �r �r&