ruạṛ
a O��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 )�Queryz, The query to filter and aggregate. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )at Initializes a new Query object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Query. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Query. :type compartment_id: str :param query_definition: The value to assign to the query_definition property of this Query. :type query_definition: oci.usage_api.models.QueryDefinition �str�QueryDefinition)�id�compartment_id�query_definitionr � compartmentId�queryDefinitionN)� swagger_types� attribute_map�_id�_compartment_id�_query_definition)�self�kwargs� r �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/query.py�__init__ s ��zQuery.__init__c C s | j S )z� **[Required]** Gets the id of this Query. The query OCID. :return: The id of this Query. :rtype: str �r �r r r r r 2 s zQuery.idc C s || _ dS )z� Sets the id of this Query. The query OCID. :param id: The id of this Query. :type: str Nr )r r r r r r >