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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ParseQueryOutputzf Returns a parser agnostic breakdown of a query string for client query string introspection. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aA Initializes a new ParseQueryOutput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_query_string: The value to assign to the display_query_string property of this ParseQueryOutput. :type display_query_string: str :param internal_query_string: The value to assign to the internal_query_string property of this ParseQueryOutput. :type internal_query_string: str :param columns: The value to assign to the columns property of this ParseQueryOutput. :type columns: list[oci.log_analytics.models.AbstractColumn] :param response_time_in_ms: The value to assign to the response_time_in_ms property of this ParseQueryOutput. :type response_time_in_ms: int :param commands: The value to assign to the commands property of this ParseQueryOutput. :type commands: list[oci.log_analytics.models.AbstractCommandDescriptor] �strzlist[AbstractColumn]�intzlist[AbstractCommandDescriptor])�display_query_string�internal_query_string�columns�response_time_in_ms�commands�displayQueryString�internalQueryStringr �responseTimeInMsr N)� swagger_types� attribute_map�_display_query_string�_internal_query_string�_columns�_response_time_in_ms� _commands)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/parse_query_output.py�__init__ s"