Share via


GoogleSearchInformation Class

Information about the search.

Note: This class is marked as 'experimental' and may change in the future.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

Constructor

GoogleSearchInformation(*, searchTime: float, formattedSearchTime: str, totalResults: str, formattedTotalResults: str)

Keyword-Only Parameters

Name Description
searchTime
Required
formattedSearchTime
Required
totalResults
Required
formattedTotalResults
Required

Attributes

formatted_search_time

formatted_search_time: str

formatted_total_results

formatted_total_results: str

is_experimental

is_experimental = True

search_time

search_time: float

stage_status

stage_status = 'experimental'

total_results

total_results: str