Class: Google::Cloud::Monitoring::V3::ListSnoozesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListSnoozesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/snooze_service.rb
Overview
The results of a successful ListSnoozes
call, containing the matching
Snooze
s.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Page token for repeated calls to
ListSnoozes
, to fetch additional pages of results. -
#snoozes ⇒ ::Array<::Google::Cloud::Monitoring::V3::Snooze>
Snooze
s matching this list call.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Page token for repeated calls to ListSnoozes
, to fetch additional pages
of results. If this is empty or missing, there are no more pages.
90 91 92 93 |
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 90 class ListSnoozesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snoozes ⇒ ::Array<::Google::Cloud::Monitoring::V3::Snooze>
Returns Snooze
s matching this list call.
90 91 92 93 |
# File 'proto_docs/google/monitoring/v3/snooze_service.rb', line 90 class ListSnoozesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |