ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 )�MacroPivotFieldz� MacroPivotField is used for the PivotField with macro expressions. It can contain the rules according to the macro pattern/attribute added and create new fields according to the PivotKeyValues c K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new MacroPivotField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param is_use_source_type: The value to assign to the is_use_source_type property of this MacroPivotField. :type is_use_source_type: bool :param expr: The value to assign to the expr property of this MacroPivotField. :type expr: oci.data_integration.models.Expression :param use_type: The value to assign to the use_type property of this MacroPivotField. :type use_type: oci.data_integration.models.ConfiguredType :param type: The value to assign to the type property of this MacroPivotField. :type type: oci.data_integration.models.BaseType :param column_name_pattern: The value to assign to the column_name_pattern property of this MacroPivotField. :type column_name_pattern: str �boolZ ExpressionZConfiguredTypeZBaseType�str)�is_use_source_type�expr�use_type�type�column_name_patternZisUseSourceTyper ZuseTyper ZcolumnNamePatternN)Z swagger_typesZ attribute_map�_is_use_source_type�_expr� _use_type�_type�_column_name_pattern)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/data_integration/models/macro_pivot_field.py�__init__ s"