Class BatchUndeleteAlertsRequest
A request to perform batch undelete on alerts.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class BatchUndeleteAlertsRequest : IDirectResponseSchemaProperties
AlertId
Required. The list of alert IDs to undelete.
Declaration
[JsonProperty("alertId")]
public virtual IList<string> AlertId { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
CustomerId
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.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string |