Get Analytics Item Result
data class GetAnalyticsItemResult(val content: String? = null, val id: String? = null, val name: String? = null, val properties: ApplicationInsightsComponentAnalyticsItemPropertiesResponse, val scope: String? = null, val timeCreated: String, val timeModified: String, val type: String? = null, val version: String)
Properties that define an Analytics item that is associated to an Application Insights component.
Constructors
Link copied to clipboard
fun GetAnalyticsItemResult(content: String? = null, id: String? = null, name: String? = null, properties: ApplicationInsightsComponentAnalyticsItemPropertiesResponse, scope: String? = null, timeCreated: String, timeModified: String, type: String? = null, version: String)