Class ListUptimeCheckConfigsResponse (2.4.2)

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

The protocol for the ListUptimeCheckConfigs response. .. attribute:: uptime_check_configs

The returned Uptime check configurations.

:type: Sequence[google.cloud.monitoring_v3.types.UptimeCheckConfig]

Attributes

NameDescription
next_page_token str
This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field).
total_size int
The total number of Uptime check configurations for the project, irrespective of any pagination.