Get My Workbook Result
data class GetMyWorkbookResult(val category: String, val displayName: String, val etag: Map<String, String>? = null, val id: String? = null, val identity: MyWorkbookManagedIdentityResponse? = null, val kind: String? = null, val location: String? = null, val name: String? = null, val serializedData: String, val sourceId: String? = null, val storageUri: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeModified: String, val type: String? = null, val userId: String, val version: String? = null)
An Application Insights private workbook definition.
Constructors
Link copied to clipboard
fun GetMyWorkbookResult(category: String, displayName: String, etag: Map<String, String>? = null, id: String? = null, identity: MyWorkbookManagedIdentityResponse? = null, kind: String? = null, location: String? = null, name: String? = null, serializedData: String, sourceId: String? = null, storageUri: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeModified: String, type: String? = null, userId: String, version: String? = null)