GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse (google_api_alert_center v0.14.0) View Source
Response to batch delete operation on alerts.
Attributes
-
failedAlertStatus
(type:%{optional(String.t) => GoogleApi.AlertCenter.V1beta1.Model.GoogleRpcStatus.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
Specs
t() :: %GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterV1beta1BatchDeleteAlertsResponse{ failedAlertStatus: %{ optional(String.t()) => GoogleApi.AlertCenter.V1beta1.Model.GoogleRpcStatus.t() } | nil, successAlertIds: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.