WorkbookTemplateGalleryArgs

data class WorkbookTemplateGalleryArgs(val category: Output<String>? = null, val name: Output<String>? = null, val order: Output<Int>? = null, val resourceType: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<WorkbookTemplateGalleryArgs>

Gallery information for a workbook template.

Constructors

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

Properties

Link copied to clipboard
val category: Output<String>? = null

Category for the gallery.

Link copied to clipboard
val name: Output<String>? = null

Name of the workbook template in the gallery.

Link copied to clipboard
val order: Output<Int>? = null

Order of the template within the gallery.

Link copied to clipboard
val resourceType: Output<String>? = null

Azure resource type supported by the gallery.

Link copied to clipboard
val type: Output<String>? = null

Type of workbook supported by the workbook template.

Functions

Link copied to clipboard
open override fun toJava(): WorkbookTemplateGalleryArgs