View Source GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse (google_api_monitoring v0.61.1)
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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Monitoring.V3.Model.ListNotificationChannelsResponse{ nextPageToken: String.t() | nil, notificationChannels: [GoogleApi.Monitoring.V3.Model.NotificationChannel.t()] | nil, totalSize: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.