Get Insight Result
data class GetInsightResult(val id: String, val name: String, val properties: InsightPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Insight resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: InsightPropertiesResponse, systemData: SystemDataResponse, type: String)