ruạṛ
a N��fe � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�SortKeyzO Sort key contains a set of sort key rules defining sorting algorithm. c K s ddi| _ ddi| _d| _dS )as Initializes a new SortKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sort_rules: The value to assign to the sort_rules property of this SortKey. :type sort_rules: list[oci.data_integration.models.SortKeyRule] � sort_ruleszlist[SortKeyRule]� sortRulesN)� swagger_types� attribute_map�_sort_rules)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/sort_key.py�__init__ s ��zSortKey.__init__c C s | j S )z� Gets the sort_rules of this SortKey. The list of sort key rules. :return: The sort_rules of this SortKey. :rtype: list[oci.data_integration.models.SortKeyRule] �r �r r r r r $ s zSortKey.sort_rulesc C s || _ dS )z� Sets the sort_rules of this SortKey. The list of sort key rules. :param sort_rules: The sort_rules of this SortKey. :type: list[oci.data_integration.models.SortKeyRule] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<