Class: Google::Cloud::Monitoring::V3::ListSnoozesResponse

Inherits:
Object
  • Object
show all
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 Snoozes.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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 Snoozes matching this list call.

Returns:



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