Skip to content

Latest commit

 

History

History
72 lines (38 loc) · 1.89 KB

NotificationExceptionData.md

File metadata and controls

72 lines (38 loc) · 1.89 KB

@fairfleet/geotab / NotificationExceptionData

Interface: NotificationExceptionData

The notification data pertaining to Exception Rules.

Hierarchy

Table of contents

Properties

Properties

exceptionEvent

exceptionEvent: ExceptionEvent

Gets or sets the exception event that holds the data for this notification.

Defined in

src/types/Checkmate/ObjectModel/NotificationExceptionData.ts:12


id

id: string

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

Inherited from

NotificationData.id

Defined in

src/types/Checkmate/ObjectModel/Entity.ts:14


info

info: string

Gets or sets the information for the notification exception data.

Defined in

src/types/Checkmate/ObjectModel/NotificationExceptionData.ts:14


type

type: NotificationType

Gets or sets the NotificationType of the notification.

Defined in

src/types/Checkmate/ObjectModel/NotificationExceptionData.ts:16