EntityInsightItemResponseQueryTimeInterval

data class EntityInsightItemResponseQueryTimeInterval(val endTime: String? = null, val startTime: String? = null)

The Time interval that the query actually executed on.

Constructors

constructor(endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

Insight query end time

Link copied to clipboard
val startTime: String? = null

Insight query start time