ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TypedObject� )�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� �Zdd� Zdd� Z dd� ZdS )� MacroFieldzk The type representing the macro field concept. Macro fields have an expression to define a macro. c K s� ddddddddddddd d � | _ ddd ddddddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )at Initializes a new MacroField object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.MacroField.model_type` attribute of this class is ``MACRO_FIELD`` 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 MacroField. Allowed values for this property are: "SHAPE", "INPUT_PORT", "SHAPE_FIELD", "INPUT_FIELD", "DERIVED_FIELD", "MACRO_FIELD", "OUTPUT_FIELD", "DYNAMIC_PROXY_FIELD", "OUTPUT_PORT", "DYNAMIC_INPUT_FIELD", "PROXY_FIELD", "PARAMETER", "PIVOT_FIELD", "MACRO_PIVOT_FIELD", "CONDITIONAL_OUTPUT_PORT", "INPUT_PROXY_FIELD", "MATERIALIZED_DYNAMIC_FIELD", "DECISION_OUTPUT_PORT" :type model_type: str :param key: The value to assign to the key property of this MacroField. :type key: str :param model_version: The value to assign to the model_version property of this MacroField. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this MacroField. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this MacroField. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this MacroField. :type object_status: int :param name: The value to assign to the name property of this MacroField. :type name: str :param description: The value to assign to the description property of this MacroField. :type description: str :param expr: The value to assign to the expr property of this MacroField. :type expr: oci.data_integration.models.Expression :param type: The value to assign to the type property of this MacroField. :type type: oci.data_integration.models.BaseType :param is_use_source_type: The value to assign to the is_use_source_type property of this MacroField. :type is_use_source_type: bool :param use_type: The value to assign to the use_type property of this MacroField. :type use_type: oci.data_integration.models.ConfiguredType :param labels: The value to assign to the labels property of this MacroField. :type labels: list[str] �strZParentReferenceZConfigValues�intZ ExpressionZBaseType�boolZConfiguredTypez list[str]) Z model_type�keyZ model_versionZ parent_refZ config_valuesZ object_status�name�description�expr�type�is_use_source_type�use_type�labelsZ modelTyper ZmodelVersionZ parentRefZconfigValuesZobjectStatusr r r r ZisUseSourceTypeZuseTyper NZMACRO_FIELD)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_config_valuesZ_object_status�_nameZ_description�_expr�_type�_is_use_source_type� _use_type�_labels)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/data_integration/models/macro_field.py�__init__ sT =��zMacroField.__init__c C s | j S )z� Gets the expr of this MacroField. :return: The expr of this MacroField. :rtype: oci.data_integration.models.Expression �r �r r r r r } s zMacroField.exprc C s || _ dS )z� Sets the expr of this MacroField. :param expr: The expr of this MacroField. :type: oci.data_integration.models.Expression Nr )r r r r r r � s c C s | j S )z� Gets the type of this MacroField. :return: The type of this MacroField. :rtype: oci.data_integration.models.BaseType �r r r r r r � s zMacroField.typec C s || _ dS )z� Sets the type of this MacroField. :param type: The type of this MacroField. :type: oci.data_integration.models.BaseType Nr! )r r r r r r � s c C s | j S )a Gets the is_use_source_type of this MacroField. Specifies whether the type of macro fields is inferred from an expression or useType (false) or the source field (true). :return: The is_use_source_type of this MacroField. :rtype: bool �r r r r r r � s zMacroField.is_use_source_typec C s || _ dS )a& Sets the is_use_source_type of this MacroField. Specifies whether the type of macro fields is inferred from an expression or useType (false) or the source field (true). :param is_use_source_type: The is_use_source_type of this MacroField. :type: bool Nr"