google_api_android_enterprise v0.1.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: null.
  • notification ([Notification]): The notifications received, or empty if no notifications are present. Defaults to: null.
  • 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: null.

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() :: %GoogleApi.AndroidEnterprise.V1.Model.NotificationSet{
  kind: any(),
  notification: [GoogleApi.AndroidEnterprise.V1.Model.Notification.t()],
  notificationSetId: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.