google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse View Source
The ListNotificationChannelDescriptors response.
Attributes
- channelDescriptors ([NotificationChannelDescriptor]): The monitored resource descriptors supported for the specified project, optionally filtered. Defaults to:
null
. - nextPageToken (String.t): 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. Defaults to:
null
.
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 Source
t()
View Source
t() ::
%GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse{
channelDescriptors: [
GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor.t()
],
nextPageToken: any()
}
t() :: %GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse{ channelDescriptors: [ GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor.t() ], nextPageToken: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.