ListAlertPoliciesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The protocol for the ListAlertPolicies
response.
.. attribute:: alert_policies
The returned alert policies.
:type: Sequence[google.cloud.monitoring_v3.types.AlertPolicy]
Attributes |
|
---|---|
Name | Description |
next_page_token |
str
If there might be more results than were returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call
to this method.
|
total_size |
int
The total number of alert policies in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158 |