📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
optimizer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/optimizer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: queryable_field_summary.cpython-39.opt-1.pyc
a ���fh � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�QueryableFieldSummaryzI An individual field that can be used as part of a query filter. �STRING�INTEGER�BOOLEAN� DATE_TIME�OBJECTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new QueryableFieldSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_type: The value to assign to the field_type property of this QueryableFieldSummary. Allowed values for this property are: "STRING", "INTEGER", "BOOLEAN", "DATE_TIME", "OBJECT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type field_type: str :param field_name: The value to assign to the field_name property of this QueryableFieldSummary. :type field_name: str :param object_properties: The value to assign to the object_properties property of this QueryableFieldSummary. :type object_properties: list[oci.optimizer.models.QueryableFieldSummary] �strzlist[QueryableFieldSummary])� field_type� field_name�object_propertiesZ fieldTypeZ fieldNameZobjectPropertiesN)Z swagger_typesZ attribute_map�_field_type�_field_name�_object_properties)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/optimizer/models/queryable_field_summary.py�__init__&