Class: Google::Monitoring::V3::ListNotificationChannelsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +ListNotificationChannels+ response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns If not empty, indicates that there may be more results that match the request. Use the value in the +page_token+ field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

Returns:

  • (String)

    If not empty, indicates that there may be more results that match the request. Use the value in the +page_token+ field in a subsequent request to fetch the next set of results. If empty, all results have been returned.



124
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 124

class ListNotificationChannelsResponse; end

#notification_channelsArray<Google::Monitoring::V3::NotificationChannel>

Returns The notification channels defined for the specified project.

Returns:



124
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 124

class ListNotificationChannelsResponse; end