google_api_monitoring v0.7.0 GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse View Source
The ListNotificationChannels response.
Attributes
- 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
. - notificationChannels ([NotificationChannel]): The notification channels defined for the specified project. 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.ListNotificationChannelsResponse{
nextPageToken: any(),
notificationChannels: [GoogleApi.Monitoring.V3.Model.NotificationChannel.t()]
}
t() :: %GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse{ nextPageToken: any(), notificationChannels: [GoogleApi.Monitoring.V3.Model.NotificationChannel.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.