Notification

Notification class

Object contains an aggregation of actions and events harvested from multiple servers across multiple datacenters.

The Notification type exposes the following members:

Constructors

NameDescription
Notification()Initializes a new instance of the Notification class

Properties

NameDescription
content_typeGets or sets content type.
content_idGets or sets an opaque string that uniquely identifies the content.
content_uriGets or sets URL to use when retrieving the content.
createdGets or sets datetime when the content was made available.
expirationGets or sets datetime after which the content will no longer be available for retrieval.
sentGets or sets datetime when the notification was sent.
statusGets or sets status of notification.

See Also