GoogleApi.AlertCenter.V1beta1.Model.ListAlertsResponse (google_api_alert_center v0.27.0)
View SourceResponse 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 }