GetEntityInsightsResult

data class GetEntityInsightsResult(val metaData: GetInsightsResultsMetadataResponse? = null, val value: List<EntityInsightItemResponse>? = null)

The Get Insights result operation response.

Constructors

Link copied to clipboard
constructor(metaData: GetInsightsResultsMetadataResponse? = null, value: List<EntityInsightItemResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The metadata from the get insights operation results.

Link copied to clipboard

The insights result values.