📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sort_clause.pyc
a N��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 @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )� SortClausez0 The information about the sort object. �ASC�DESCc K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new SortClause object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field: The value to assign to the field property of this SortClause. :type field: oci.data_connectivity.models.ShapeField :param order: The value to assign to the order property of this SortClause. Allowed values for this property are: "ASC", "DESC" :type order: str � ShapeField�str)�field�orderr r N)� swagger_types� attribute_map�_field�_order)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/sort_clause.py�__init__ s ��zSortClause.__init__c C s | j S )z� Gets the field of this SortClause. :return: The field of this SortClause. :rtype: oci.data_connectivity.models.ShapeField �r �r r r r r 4 s zSortClause.fieldc C s || _ dS )z� Sets the field of this SortClause. :param field: The field of this SortClause. :type: oci.data_connectivity.models.ShapeField Nr )r r r r r r >