GoogleApi.AlertCenter.V1beta1.Model.UndeleteAlertRequest (google_api_alert_center v0.27.0)
View SourceA request to undelete a specific alert that was marked for deletion.
Attributes
-
customerId(type:String.t, default:nil) - Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. Thecustomer_idmust 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.UndeleteAlertRequest{ customerId: String.t() | nil }