Class UndeleteAlertRequest
A request to undelete a specific alert that was marked for deletion.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class UndeleteAlertRequest : IDirectResponseSchemaProperties
CustomerId
Optional. The unique identifier of the Google Workspace account of the customer the alert is 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 |