DeviceInsightResponse

data class DeviceInsightResponse(val description: String, val deviceId: String, val endTimestampUtc: String, val eventCategory: String, val eventClass: String, val eventCount: Int, val eventType: String, val startTimestampUtc: String)

Device insight report.

Constructors

Link copied to clipboard
constructor(description: String, deviceId: String, endTimestampUtc: String, eventCategory: String, eventClass: String, eventCount: Int, eventType: String, startTimestampUtc: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Event description

Link copied to clipboard

Device ID

Link copied to clipboard

Event end timestamp

Link copied to clipboard

Event category

Link copied to clipboard

Event class

Link copied to clipboard

Event count

Link copied to clipboard

Event type

Link copied to clipboard

Event start timestamp