google_api_monitoring v0.14.0 GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse View Source
The ListNotificationChannelDescriptors response.
Attributes
channelDescriptors
(type:list(GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor.t)
, default:nil
) - The monitored resource descriptors supported for the specified project, optionally filtered.nextPageToken
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse{ channelDescriptors: [ GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor.t() ], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.