Class ListCrawledUrlsResponse (1.9.1)

ListCrawledUrlsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for the ListCrawledUrls method.

Attributes

NameDescription
crawled_urls Sequence[google.cloud.websecurityscanner_v1beta.types.CrawledUrl]
The list of CrawledUrls returned.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListCrawledUrlsResponse