DiscoveredEventResponse

data class DiscoveredEventResponse(val eventConfiguration: String? = null, val eventNotifier: String, val lastUpdatedOn: String? = null, val name: String, val topic: TopicResponse? = null)

Defines the event properties.

Constructors

Link copied to clipboard
constructor(eventConfiguration: String? = null, eventNotifier: String, lastUpdatedOn: String? = null, name: String, topic: TopicResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.

Link copied to clipboard

The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.

Link copied to clipboard
val lastUpdatedOn: String? = null

UTC timestamp indicating when the event was added or modified.

Link copied to clipboard

The name of the event.

Link copied to clipboard
val topic: TopicResponse? = null

Object that describes the topic information for the specific event.