o
    ,if                     @   s    d dl mZ G dd deZdS )    )ClientValuec                   @   s   e Zd Z	dddZdS )	SearchHitNc                 C   s   || _ || _|| _|| _dS )a  
        Represents a single result within the list of search results.
        :param str content_source:
        :param str summary: A summary of the result, if a summary is available.
        :param office365.entity.Entity resource: The underlying Microsoft Graph representation of the search result.
        :param str result_template_id: ID of the result template used to render the search result. This ID must map to
            a display layout in the resultTemplates dictionary that is also included in the searchResponse.
        N)contentSourcesummaryresourceresultTemplateId)selfcontent_sourcer   r   result_template_id r   M/var/www/html/corbot_env/lib/python3.10/site-packages/office365/search/hit.py__init__   s   
zSearchHit.__init__)NNNN)__name__
__module____qualname__r   r   r   r   r   r      s    r   N)office365.runtime.client_valuer   r   r   r   r   r   <module>   s    