TemplateVersion

data class TemplateVersion(val createdTime: String? = null, val dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, val description: String? = null, val errors: List<TemplateError>? = null, val sheets: List<TemplateSheet>? = null, val sourceEntityArn: String? = null, val status: TemplateResourceStatus? = null, val themeArn: String? = null, val versionNumber: Double? = null)

Constructors

Link copied to clipboard
fun TemplateVersion(createdTime: String? = null, dataSetConfigurations: List<TemplateDataSetConfiguration>? = null, description: String? = null, errors: List<TemplateError>? = null, sheets: List<TemplateSheet>? = null, sourceEntityArn: String? = null, status: TemplateResourceStatus? = null, themeArn: String? = null, versionNumber: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdTime: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val errors: List<TemplateError>? = null
Link copied to clipboard
val sheets: List<TemplateSheet>? = null
Link copied to clipboard
val sourceEntityArn: String? = null
Link copied to clipboard
Link copied to clipboard
val themeArn: String? = null
Link copied to clipboard
val versionNumber: Double? = null