Share via


BingWebPages Class

The web pages from a Bing 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

BingWebPages(*, id: str | None = None, someResultsRemoved: bool | None = None, totalEstimatedMatches: int | None = None, webSearchUrl: str | None = None, value: list[BingWebPage] = None)

Keyword-Only Parameters

Name Description
id
Required
someResultsRemoved
Required
totalEstimatedMatches
Required
webSearchUrl
Required
value
Required

Attributes

id

id: str | None

is_experimental

is_experimental = True

some_results_removed

some_results_removed: bool | None

stage_status

stage_status = 'experimental'

total_estimated_matches

total_estimated_matches: int | None

value

value: list[BingWebPage]

web_search_url

web_search_url: str | None