WorkbookTemplateGalleryResponse

data class WorkbookTemplateGalleryResponse(val category: String? = null, val name: String? = null, val order: Int? = null, val resourceType: String? = null, val type: String? = null)

Gallery information for a workbook template.

Constructors

Link copied to clipboard
constructor(category: String? = null, name: String? = null, order: Int? = null, resourceType: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

Category for the gallery.

Link copied to clipboard
val name: String? = null

Name of the workbook template in the gallery.

Link copied to clipboard
val order: Int? = null

Order of the template within the gallery.

Link copied to clipboard
val resourceType: String? = null

Azure resource type supported by the gallery.

Link copied to clipboard
val type: String? = null

Type of workbook supported by the workbook template.