Show / Hide Table of Contents

Class BatchDeleteAlertsRequest

A request to perform batch delete on alerts.

Inheritance
System.Object
BatchDeleteAlertsRequest
Implements
IDirectResponseSchema
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 BatchDeleteAlertsRequest : 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

Implements

IDirectResponseSchema
In This Article
Back to top