View Source GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse (google_api_monitoring v0.55.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Monitoring.V3.Model.ListNotificationChannelDescriptorsResponse{
    channelDescriptors:
      [GoogleApi.Monitoring.V3.Model.NotificationChannelDescriptor.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.