ruạṛ
a O��fl# � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataObjectQuery� )�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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�DataObjectTemplatizedQueryzc Information required in a structured template to form and execute query on a data object. c K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new DataObjectTemplatizedQuery object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.DataObjectTemplatizedQuery.query_type` attribute of this class is ``TEMPLATIZED_QUERY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param query_type: The value to assign to the query_type property of this DataObjectTemplatizedQuery. Allowed values for this property are: "TEMPLATIZED_QUERY" :type query_type: str :param select_list: The value to assign to the select_list property of this DataObjectTemplatizedQuery. :type select_list: list[str] :param where_conditions_list: The value to assign to the where_conditions_list property of this DataObjectTemplatizedQuery. :type where_conditions_list: list[str] :param group_by_list: The value to assign to the group_by_list property of this DataObjectTemplatizedQuery. :type group_by_list: list[str] :param having_conditions_list: The value to assign to the having_conditions_list property of this DataObjectTemplatizedQuery. :type having_conditions_list: list[str] :param order_by_list: The value to assign to the order_by_list property of this DataObjectTemplatizedQuery. :type order_by_list: list[str] :param time_filters: The value to assign to the time_filters property of this DataObjectTemplatizedQuery. :type time_filters: oci.opsi.models.DataObjectQueryTimeFilters �strz list[str]�DataObjectQueryTimeFilters)� query_type�select_list�where_conditions_list� group_by_list�having_conditions_list� order_by_list�time_filters� queryType� selectList�whereConditionsList�groupByList�havingConditionsList�orderByList�timeFiltersN�TEMPLATIZED_QUERY) � swagger_types� attribute_map�_query_type�_select_list�_where_conditions_list�_group_by_list�_having_conditions_list�_order_by_list� _time_filters)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/data_object_templatized_query.py�__init__ s0 %�� z#DataObjectTemplatizedQuery.__init__c C s | j S )a Gets the select_list of this DataObjectTemplatizedQuery. List of items to be added into the SELECT clause of the query; items will be added with comma separation. :return: The select_list of this DataObjectTemplatizedQuery. :rtype: list[str] �r �r# r% r% r&