google_api_monitoring v0.35.2 GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse View Source

The ListNotificationChannels response.

Attributes

  • 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.
  • notificationChannels (type: list(GoogleApi.Monitoring.V3.Model.NotificationChannel.t), default: nil) - The notification channels defined for the specified project.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse{
  nextPageToken: String.t(),
  notificationChannels: [GoogleApi.Monitoring.V3.Model.NotificationChannel.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.