ruạṛ
a N��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] �str�ParentReference�ConfigValues�int� Expression�BaseType�bool�ConfiguredTypez list[str]) � model_type�key� model_version� parent_ref� config_values� object_status�name�description�expr�type�is_use_source_type�use_type�labels� modelTyper �modelVersion� parentRef�configValues�objectStatusr r r r �isUseSourceType�useTyper N�MACRO_FIELD)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_config_values�_object_status�_name�_description�_expr�_type�_is_use_source_type� _use_type�_labels)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 �r0 �r5 r7 r7 r8 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: )r5 r r7 r7 r8 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 �r1 r; r7 r7 r8 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<