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
fun WorkbookTemplateLocalizedGalleryArgs(galleries: Output<List<WorkbookTemplateGalleryArgs>>? = null, templateData: Output<Any>? = null)

Functions

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

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.