SoftLayer_Notification_Mobile


SoftLayer_Notification_Mobile

Description

This is an extension of the SoftLayer_Notification class. These are implementation details specific to those notifications which can be subscribed to and received on a mobile device.

Local


id

Unique identifier for the notification.
Type: int


keyName

Name that can be used by external systems to refer to a notification.
Type: string


name

Friendly name for the notification.
Type: string

Relational


preferences

The preferences related to the notification. These are preferences are configurable and optional for subscribers to use.
Type: SoftLayer_Notification_Preference[]


requiredPreferences

The required preferences related to the notification. While configurable, the subscriber does not have the option whether to use the preference.
Type: SoftLayer_Notification_Preference[]

Count


preferenceCount

A count of the preferences related to the notification. These are preferences are configurable and optional for subscribers to use.
Type: unsignedLong


requiredPreferenceCount

A count of the required preferences related to the notification. While configurable, the subscriber does not have the option whether to use the preference.
Type: unsignedLong