ruạṛ
a ���fO � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) � PivotKeyszF The type representing the pivot key and pivot value details. c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new PivotKeys object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pivot_axis: The value to assign to the pivot_axis property of this PivotKeys. :type pivot_axis: list[str] :param pivot_key_value_map: The value to assign to the pivot_key_value_map property of this PivotKeys. :type pivot_key_value_map: dict(str, list[str]) :param key: The value to assign to the key property of this PivotKeys. :type key: str :param model_type: The value to assign to the model_type property of this PivotKeys. :type model_type: str :param model_version: The value to assign to the model_version property of this PivotKeys. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this PivotKeys. :type parent_ref: oci.data_integration.models.ParentReference :param object_status: The value to assign to the object_status property of this PivotKeys. :type object_status: int z list[str]zdict(str, list[str])�strZParentReference�int)� pivot_axis�pivot_key_value_map�key� model_type� model_version� parent_ref� object_statusZ pivotAxisZpivotKeyValueMapr Z modelTypeZmodelVersionZ parentRefZobjectStatusN) Z swagger_typesZ attribute_map�_pivot_axis�_pivot_key_value_map�_key�_model_type�_model_version�_parent_ref�_object_status)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/data_integration/models/pivot_keys.py�__init__ s. #�� zPivotKeys.__init__c C s | j S )a Gets the pivot_axis of this PivotKeys. The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table. :return: The pivot_axis of this PivotKeys. :rtype: list[str] �r �r r r r r P s zPivotKeys.pivot_axisc C s || _ dS )a& Sets the pivot_axis of this PivotKeys. The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table. :param pivot_axis: The pivot_axis of this PivotKeys. :type: list[str] Nr )r r r r r r \ s c C s | j S )z� Gets the pivot_key_value_map of this PivotKeys. Map of alias to pivot key values. :return: The pivot_key_value_map of this PivotKeys. :rtype: dict(str, list[str]) �r r r r r r h s zPivotKeys.pivot_key_value_mapc C s || _ dS )z� Sets the pivot_key_value_map of this PivotKeys. Map of alias to pivot key values. :param pivot_key_value_map: The pivot_key_value_map of this PivotKeys. :type: dict(str, list[str]) Nr )r r r r r r t s c C s | j S )z� Gets the key of this PivotKeys. The key of the object. :return: The key of this PivotKeys. :rtype: str �r r r r r r � s z PivotKeys.keyc C s || _ dS )z� Sets the key of this PivotKeys. The key of the object. :param key: The key of this PivotKeys. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the model_type of this PivotKeys. The type of the object. :return: The model_type of this PivotKeys. :rtype: str �r r r r r r � s zPivotKeys.model_typec C s || _ dS )z� Sets the model_type of this PivotKeys. The type of the object. :param model_type: The model_type of this PivotKeys. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the model_version of this PivotKeys. The model version of an object. :return: The model_version of this PivotKeys. :rtype: str �r r r r r r � s zPivotKeys.model_versionc C s || _ dS )z� Sets the model_version of this PivotKeys. The model version of an object. :param model_version: The model_version of this PivotKeys. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the parent_ref of this PivotKeys. :return: The parent_ref of this PivotKeys. :rtype: oci.data_integration.models.ParentReference �r r r r r r � s zPivotKeys.parent_refc C s || _ dS )z� Sets the parent_ref of this PivotKeys. :param parent_ref: The parent_ref of this PivotKeys. :type: oci.data_integration.models.ParentReference Nr"