ruạṛ
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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�QueryDetailszF The request object for querying the resource action details. c K s ddi| _ ddi| _d| _dS )aD Initializes a new QueryDetails 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 QueryDetails. :type query: str �query�strN)Z swagger_typesZ attribute_map�_query)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/optimizer/models/query_details.py�__init__ s ��zQueryDetails.__init__c C s | j S )aU Gets the query of this QueryDetails. The query describing which resources to search for. For more information, see `Query Language Syntax`__. __ https://docs.cloud.oracle.com/iaas/Content/CloudAdvisor/Reference/query-syntax.htm :return: The query of this QueryDetails. :rtype: str �r �r r r r r &