📂 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_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_criteria.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 @ 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 )�SearchCriteriazy Search Query object that allows complex search predicates that cannot be expressed through simple query params. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new SearchCriteria object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param query: The value to assign to the query property of this SearchCriteria. :type query: str :param faceted_query: The value to assign to the faceted_query property of this SearchCriteria. :type faceted_query: str :param dimensions: The value to assign to the dimensions property of this SearchCriteria. :type dimensions: list[str] :param sort: The value to assign to the sort property of this SearchCriteria. :type sort: list[oci.data_catalog.models.FacetedSearchSortRequest] :param filters: The value to assign to the filters property of this SearchCriteria. :type filters: oci.data_catalog.models.FacetedSearchFilterRequest �strz list[str]zlist[FacetedSearchSortRequest]�FacetedSearchFilterRequest)�query� faceted_query� dimensions�sort�filtersr �facetedQueryr r r N)� swagger_types� attribute_map�_query�_faceted_query�_dimensions�_sort�_filters)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/search_criteria.py�__init__ s"