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 ) �ConditionalCompositeFieldMapz, A conditional composite field map. c K st dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new ConditionalCompositeFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ConditionalCompositeFieldMap.model_type` attribute of this class is ``CONDITIONAL_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 ConditionalCompositeFieldMap. 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 ConditionalCompositeFieldMap. :type description: str :param field_map_scope: The value to assign to the field_map_scope property of this ConditionalCompositeFieldMap. :type field_map_scope: list[oci.data_integration.models.ProjectionRule] :param key: The value to assign to the key property of this ConditionalCompositeFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this ConditionalCompositeFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConditionalCompositeFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this ConditionalCompositeFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this ConditionalCompositeFieldMap. :type object_status: int :param field_maps: The value to assign to the field_maps property of this ConditionalCompositeFieldMap. :type field_maps: list[oci.data_integration.models.FieldMap] �strzlist[ProjectionRule]�ParentReference�ConfigValues�intzlist[FieldMap]) � model_type�description�field_map_scope�key� model_version� parent_ref� config_values� object_status� field_maps� modelTyper � fieldMapScoper �modelVersion� parentRef�configValues�objectStatus� fieldMapsN�CONDITIONAL_COMPOSITE_FIELD_MAP)� swagger_types� attribute_map�_model_type�_description�_field_map_scope�_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/conditional_composite_field_map.py�__init__ s<