google_api_alert_center v0.9.0 GoogleApi.AlertCenter.V1beta1.Model.ListAlertsResponse View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AlertCenter.V1beta1.Model.ListAlertsResponse{ alerts: [GoogleApi.AlertCenter.V1beta1.Model.Alert.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.