o
    ,ÂifK  ã                   @   s    d dl mZ G dd„ deƒZdS )é    )ÚClientValuec                       s   e Zd Zd‡ fdd„	Z‡  ZS )ÚSearchQueryNc                    s   t t| ƒ ¡  || _|| _dS )a#  
        Represents a search query that contains search terms and optional filters.

        :param str query_string: The search query containing the search terms.
        :param str query_template: Provides a way to decorate the query string. Supports both KQL and query variables.
        N)Úsuperr   Ú__init__ÚqueryStringÚqueryTemplate)ÚselfÚquery_stringÚquery_template©Ú	__class__© úO/var/www/html/corbot_env/lib/python3.10/site-packages/office365/search/query.pyr      s   
zSearchQuery.__init__)NN)Ú__name__Ú
__module__Ú__qualname__r   Ú__classcell__r   r   r   r   r      s    r   N)Úoffice365.runtime.client_valuer   r   r   r   r   r   Ú<module>   s    