Class ListSnoozesResponse (2.14.2)

Stay organized with collections Save and categorize content based on your preferences.
ListSnoozesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The results of a successful ListSnoozes call, containing the matching Snooze\ s.

Attributes

NameDescription
snoozes MutableSequence[google.cloud.monitoring_v3.types.Snooze]
Snooze\ s matching this list call.
next_page_token str
Page token for repeated calls to ListSnoozes, to fetch additional pages of results. If this is empty or missing, there are no more pages.