ruạṛ
a ���f4 � @ 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 )�UpdateQueryDetailszW Details for the query to update reportQuery, costAnalysisUI, and displayName. c K s ddi| _ ddi| _d| _dS )a� Initializes a new UpdateQueryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param query_definition: The value to assign to the query_definition property of this UpdateQueryDetails. :type query_definition: oci.usage_api.models.QueryDefinition �query_definitionZQueryDefinitionZqueryDefinitionN)Z swagger_typesZ attribute_map�_query_definition)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/usage_api/models/update_query_details.py�__init__ s ��zUpdateQueryDetails.__init__c C s | j S )z� **[Required]** Gets the query_definition of this UpdateQueryDetails. :return: The query_definition of this UpdateQueryDetails. :rtype: oci.usage_api.models.QueryDefinition �r �r r r r r &