View Source GoogleApi.AlertCenter.V1beta1.Model.BatchDeleteAlertsRequest (google_api_alert_center v0.24.0)

A request to perform batch delete on alerts.

Attributes

  • alertId (type: list(String.t), default: nil) - Required. The list of alert IDs to delete.
  • customerId (type: String.t, default: nil) - Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The customer_id must have the initial "C" stripped (for example, 046psxkn). Inferred from the caller identity if not provided. Find your customer ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.BatchDeleteAlertsRequest{
  alertId: [String.t()] | nil,
  customerId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.