GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse (google_api_monitoring v0.44.0) 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.
  • totalSize (type: integer(), default: nil) - The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158

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()],
  totalSize: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.