TrackingEvent

data class TrackingEvent(val documentUrl: String, val trackerUrl: String, val categories: List<String>?, val entity: Entity?, val surrogateId: String?, val status: TrackerStatus, val type: TrackerType)

Constructors

Link copied to clipboard
constructor(documentUrl: String, trackerUrl: String, categories: List<String>?, entity: Entity?, surrogateId: String?, status: TrackerStatus, type: TrackerType)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard