📂 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
›
loggingsearch
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/loggingsearch/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: search_response.cpython-39.pyc
a ���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 d d� Z dd� Zdd� ZdS )�SearchResponsez! Search response object. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new SearchResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param results: The value to assign to the results property of this SearchResponse. :type results: list[oci.loggingsearch.models.SearchResult] :param fields: The value to assign to the fields property of this SearchResponse. :type fields: list[oci.loggingsearch.models.FieldInfo] :param summary: The value to assign to the summary property of this SearchResponse. :type summary: oci.loggingsearch.models.SearchResultSummary zlist[SearchResult]zlist[FieldInfo]ZSearchResultSummary)�results�fields�summaryr r r N)Z swagger_typesZ attribute_map�_results�_fields�_summary)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/loggingsearch/models/search_response.py�__init__ s ��zSearchResponse.__init__c C s | j S )z� Gets the results of this SearchResponse. List of search results :return: The results of this SearchResponse. :rtype: list[oci.loggingsearch.models.SearchResult] �r �r r r r r 4 s zSearchResponse.resultsc C s || _ dS )z� Sets the results of this SearchResponse. List of search results :param results: The results of this SearchResponse. :type: list[oci.loggingsearch.models.SearchResult] Nr )r r r r r r @ s c C s | j S )z� Gets the fields of this SearchResponse. List of log field schema information. :return: The fields of this SearchResponse. :rtype: list[oci.loggingsearch.models.FieldInfo] �r r r r r r L s zSearchResponse.fieldsc C s || _ dS )z� Sets the fields of this SearchResponse. List of log field schema information. :param fields: The fields of this SearchResponse. :type: list[oci.loggingsearch.models.FieldInfo] Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the summary of this SearchResponse. :return: The summary of this SearchResponse. :rtype: oci.loggingsearch.models.SearchResultSummary �r r r r r r d s zSearchResponse.summaryc C s || _ dS )z� Sets the summary of this SearchResponse. :param summary: The summary of this SearchResponse. :type: oci.loggingsearch.models.SearchResultSummary Nr )r r r r r r n s c C s t | �S �N)r r r r r �__repr__x s zSearchResponse.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__{ s zSearchResponse.__eq__c C s | |k S r r r r r r �__ne__� s zSearchResponse.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"