google_api_android_enterprise v0.10.0 GoogleApi.AndroidEnterprise.V1.Model.NotificationSet View Source
A resource returned by the PullNotificationSet API, which contains a collection of notifications for enterprises associated with the service account authenticated for the request.
Attributes
kind
(type:String.t
, default:androidenterprise#notificationSet
) - Identifies what kind of resource this is. Value: the fixed string "androidenterprise#notificationSet".notification
(type:list(GoogleApi.AndroidEnterprise.V1.Model.Notification.t)
, default:nil
) - The notifications received, or empty if no notifications are present.notificationSetId
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidEnterprise.V1.Model.NotificationSet{ kind: String.t(), notification: [GoogleApi.AndroidEnterprise.V1.Model.Notification.t()], notificationSetId: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.