Get Workbook Template Result
data class GetWorkbookTemplateResult(val author: String? = null, val azureApiVersion: String, val galleries: List<WorkbookTemplateGalleryResponse>, val id: String, val localized: Map<String, List<WorkbookTemplateLocalizedGalleryResponse>>? = null, val location: String, val name: String, val priority: Int? = null, val tags: Map<String, String>? = null, val templateData: Any, val type: String)
An Application Insights workbook template definition.
Constructors
Link copied to clipboard
constructor(author: String? = null, azureApiVersion: String, galleries: List<WorkbookTemplateGalleryResponse>, id: String, localized: Map<String, List<WorkbookTemplateLocalizedGalleryResponse>>? = null, location: String, name: String, priority: Int? = null, tags: Map<String, String>? = null, templateData: Any, type: String)