Event interface

Encapsulates the properties of an event.

Properties

createdDate

Gets or sets the UTC-based date and time that this event was created.

detailedMessage

Gets or sets the detailed message associated with this event.

eventType

Gets or sets the type of this event.

id

Gets or sets the unique identifier of this event.

message

Gets or sets the (brief) message associated with this event.

publisherId

Gets or sets the identifier of the publisher that raised this event.

resource

Gets or sets the data associated with this event.

resourceContainers

Gets or sets the resource containers.

resourceVersion

Gets or sets the version of the data associated with this event.

sessionToken

Gets or sets the Session Token that can be used in further interactions

Property Details

createdDate

Gets or sets the UTC-based date and time that this event was created.

createdDate: Date

Property Value

Date

detailedMessage

Gets or sets the detailed message associated with this event.

detailedMessage: FormattedEventMessage

Property Value

eventType

Gets or sets the type of this event.

eventType: string

Property Value

string

id

Gets or sets the unique identifier of this event.

id: string

Property Value

string

message

Gets or sets the (brief) message associated with this event.

message: FormattedEventMessage

Property Value

publisherId

Gets or sets the identifier of the publisher that raised this event.

publisherId: string

Property Value

string

resource

Gets or sets the data associated with this event.

resource: any

Property Value

any

resourceContainers

Gets or sets the resource containers.

resourceContainers: {[key: string]: ResourceContainer}

Property Value

{[key: string]: ResourceContainer}

resourceVersion

Gets or sets the version of the data associated with this event.

resourceVersion: string

Property Value

string

sessionToken

Gets or sets the Session Token that can be used in further interactions

sessionToken: SessionToken

Property Value