google_api_android_enterprise v0.7.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 (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#notificationSet". Defaults to
androidenterprise#notificationSet
. - notification (list(GoogleApi.AndroidEnterprise.V1.Model.Notification.t)): The notifications received, or empty if no notifications are present. Defaults to
nil
. - notificationSetId (String.t): 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. Defaults to
nil
.
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 Source
t()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.NotificationSet{
kind: String.t(),
notification: [GoogleApi.AndroidEnterprise.V1.Model.Notification.t()],
notificationSetId: String.t()
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.NotificationSet{ kind: String.t(), notification: [GoogleApi.AndroidEnterprise.V1.Model.Notification.t()], notificationSetId: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.