google_api_alert_center v0.5.0 GoogleApi.AlertCenter.V1beta1.Model.BatchUndeleteAlertsResponse View Source
Response to batch undelete operation on alerts.
Attributes
failedAlertStatus
(type:%{optional(String.t) => GoogleApi.AlertCenter.V1beta1.Model.Status.t}
, default:nil
) - The status details for each failed alert_id.successAlertIds
(type:list(String.t)
, default:nil
) - The successful list of alert ids.
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.BatchUndeleteAlertsResponse{ failedAlertStatus: %{ optional(String.t()) => GoogleApi.AlertCenter.V1beta1.Model.Status.t() }, successAlertIds: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.