Class NotificationSet
A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class NotificationSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Notification
The notifications received, or empty if no notifications are present.
Declaration
[JsonProperty("notification")]
public virtual IList<Notification> Notification { get; set; }
Property Value
Type | Description |
---|---|
IList<Notification> |
NotificationSetId
The notification set ID, required to mark the notification as received with the Enterprises.AcknowledgeNotification API. This will be omitted if no notifications are present.
Declaration
[JsonProperty("notificationSetId")]
public virtual string NotificationSetId { get; set; }
Property Value
Type | Description |
---|---|
string |