GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse (google_api_alert_center v0.14.0) View Source

Response to batch undelete 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.GoogleAppsAlertcenterV1beta1BatchUndeleteAlertsResponse{
    failedAlertStatus:
      %{
        optional(String.t()) =>
          GoogleApi.AlertCenter.V1beta1.Model.GoogleRpcStatus.t()
      }
      | nil,
    successAlertIds: [String.t()] | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.