View Source GoogleApi.AlertCenter.V1beta1.Model.ListAlertsResponse (google_api_alert_center v0.24.0)

Response message for an alert listing request.

Attributes

  • alerts (type: list(GoogleApi.AlertCenter.V1beta1.Model.Alert.t), default: nil) - The list of alerts.
  • nextPageToken (type: String.t, default: nil) - The token for the next page. If not empty, indicates that there may be more alerts that match the listing request; this value can be used in a subsequent ListAlertsRequest to get alerts continuing from last result of the current list call.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.ListAlertsResponse{
  alerts: [GoogleApi.AlertCenter.V1beta1.Model.Alert.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.