📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: direct_named_field_map.cpython-39.pyc
a ���f�2 � @ 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 @ sN 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DirectNamedFieldMapz A named field map. c K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new DirectNamedFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DirectNamedFieldMap.model_type` attribute of this class is ``DIRECT_NAMED_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 DirectNamedFieldMap. 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 DirectNamedFieldMap. :type description: str :param key: The value to assign to the key property of this DirectNamedFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this DirectNamedFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DirectNamedFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this DirectNamedFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param source_typed_object: The value to assign to the source_typed_object property of this DirectNamedFieldMap. :type source_typed_object: str :param target_typed_object: The value to assign to the target_typed_object property of this DirectNamedFieldMap. :type target_typed_object: str :param source_scope_reference: The value to assign to the source_scope_reference property of this DirectNamedFieldMap. :type source_scope_reference: oci.data_integration.models.ScopeReference :param target_scope_reference: The value to assign to the target_scope_reference property of this DirectNamedFieldMap. :type target_scope_reference: oci.data_integration.models.ScopeReference :param source_field_name: The value to assign to the source_field_name property of this DirectNamedFieldMap. :type source_field_name: str :param target_field_name: The value to assign to the target_field_name property of this DirectNamedFieldMap. :type target_field_name: str :param object_status: The value to assign to the object_status property of this DirectNamedFieldMap. :type object_status: int �strZParentReferenceZConfigValuesZScopeReference�int) Z model_type�description�key� model_version� parent_ref� config_values�source_typed_object�target_typed_object�source_scope_reference�target_scope_reference�source_field_name�target_field_name� object_statusZ modelTyper r ZmodelVersionZ parentRefZconfigValuesZsourceTypedObjectZtargetTypedObjectZsourceScopeReferenceZtargetScopeReferenceZsourceFieldNameZtargetFieldNameZobjectStatusNZDIRECT_NAMED_FIELD_MAP)Z swagger_typesZ attribute_mapZ_model_typeZ_description�_key�_model_version�_parent_ref�_config_values�_source_typed_object�_target_typed_object�_source_scope_reference�_target_scope_reference�_source_field_name�_target_field_name�_object_status)�self�kwargs� r$ �V/usr/lib/python3.9/site-packages/oci/data_integration/models/direct_named_field_map.py�__init__ sT =��zDirectNamedFieldMap.__init__c C s | j S )z� Gets the key of this DirectNamedFieldMap. The object key. :return: The key of this DirectNamedFieldMap. :rtype: str �r �r"