GetEntityInsightsResult

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

The Get Insights result operation response.

Constructors

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.