Class BatchUndeleteAlertsRequest
A request to perform batch undelete on alerts.
Inheritance
System.Object
BatchUndeleteAlertsRequest
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class BatchUndeleteAlertsRequest : IDirectResponseSchema
Properties
AlertId
Required. list of alert IDs.
Declaration
[JsonProperty("alertId")]
public virtual IList<string> AlertId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
CustomerId
Optional. The unique identifier of the Google Workspace organization account of the customer the alerts are associated with.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |