google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.Notification View Source
A notification of one event relating to an enterprise.
Attributes
- appRestrictionsSchemaChangeEvent (AppRestrictionsSchemaChangeEvent): Notifications about new app restrictions schema changes. Defaults to:
null
. - appUpdateEvent (AppUpdateEvent): Notifications about app updates. Defaults to:
null
. - enterpriseId (String.t): The ID of the enterprise for which the notification is sent. This will always be present. Defaults to:
null
. - installFailureEvent (InstallFailureEvent): Notifications about an app installation failure. Defaults to:
null
. - newDeviceEvent (NewDeviceEvent): Notifications about new devices. Defaults to:
null
. - newPermissionsEvent (NewPermissionsEvent): Notifications about new app permissions. Defaults to:
null
. - notificationType (String.t): Type of the notification. Defaults to:
null
. - productApprovalEvent (ProductApprovalEvent): Notifications about changes to a product's approval status. Defaults to:
null
. - productAvailabilityChangeEvent (ProductAvailabilityChangeEvent): Notifications about product availability changes. Defaults to:
null
. - timestampMillis (String.t): The time when the notification was published in milliseconds since 1970-01-01T00:00:00Z. This will always be 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.Notification{ appRestrictionsSchemaChangeEvent: GoogleApi.AndroidEnterprise.V1.Model.AppRestrictionsSchemaChangeEvent.t(), appUpdateEvent: GoogleApi.AndroidEnterprise.V1.Model.AppUpdateEvent.t(), enterpriseId: any(), installFailureEvent: GoogleApi.AndroidEnterprise.V1.Model.InstallFailureEvent.t(), newDeviceEvent: GoogleApi.AndroidEnterprise.V1.Model.NewDeviceEvent.t(), newPermissionsEvent: GoogleApi.AndroidEnterprise.V1.Model.NewPermissionsEvent.t(), notificationType: any(), productApprovalEvent: GoogleApi.AndroidEnterprise.V1.Model.ProductApprovalEvent.t(), productAvailabilityChangeEvent: GoogleApi.AndroidEnterprise.V1.Model.ProductAvailabilityChangeEvent.t(), timestampMillis: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.