WorkbookTemplateLocalizedGalleryResponse

data class WorkbookTemplateLocalizedGalleryResponse(val galleries: List<WorkbookTemplateGalleryResponse>? = null, val templateData: Any? = null)

Localized template data and gallery information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Workbook galleries supported by the template.

Link copied to clipboard
val templateData: Any? = null

Valid JSON object containing workbook template payload.