WorkbookTemplateLocalizedGalleryArgs

data class WorkbookTemplateLocalizedGalleryArgs(val galleries: Output<List<WorkbookTemplateGalleryArgs>>? = null, val templateData: Output<Any>? = null) : ConvertibleToJava<WorkbookTemplateLocalizedGalleryArgs>

Localized template data and gallery information.

Constructors

Link copied to clipboard
constructor(galleries: Output<List<WorkbookTemplateGalleryArgs>>? = null, templateData: Output<Any>? = null)

Properties

Link copied to clipboard

Workbook galleries supported by the template.

Link copied to clipboard
val templateData: Output<Any>? = null

Valid JSON object containing workbook template payload.

Functions

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