Struct google_androidenterprise1::NotificationSet [] [src]

pub struct NotificationSet {
    pub notification: Option<Vec<Notification>>,
    pub kind: Option<String>,
    pub notification_set_id: Option<String>,
}

A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The notifications received, or empty if no notifications are present.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#notificationSet".

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.

Trait Implementations

impl Default for NotificationSet
[src]

Returns the "default value" for a type. Read more

impl Clone for NotificationSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NotificationSet
[src]

Formats the value using the given formatter.

impl ResponseResult for NotificationSet
[src]