Entity Insight Item Response
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)