EntityInsightItemResponse

data class EntityInsightItemResponse(val chartQueryResults: List<InsightsTableResultResponse>? = null, val queryId: String? = null, val queryTimeInterval: EntityInsightItemResponseQueryTimeInterval? = null, val tableQueryResults: InsightsTableResultResponse? = null)

Entity insight Item.

Constructors

Link copied to clipboard
constructor(chartQueryResults: List<InsightsTableResultResponse>? = null, queryId: String? = null, queryTimeInterval: EntityInsightItemResponseQueryTimeInterval? = null, tableQueryResults: InsightsTableResultResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Query results for table insights query.

Link copied to clipboard
val queryId: String? = null

The query id of the insight

Link copied to clipboard

The Time interval that the query actually executed on.

Link copied to clipboard

Query results for table insights query.