SvgTemplateProperties

@Serializable
data class SvgTemplateProperties(val imageOrientation: SvgTemplatePropertyImageOrientation? = null, val colorScheme: SvgTemplatePropertyColorScheme? = null, val contrast: SvgTemplatePropertyContrast? = null)(source)

Constructors

Link copied to clipboard
constructor(imageOrientation: SvgTemplatePropertyImageOrientation? = null, colorScheme: SvgTemplatePropertyColorScheme? = null, contrast: SvgTemplatePropertyContrast? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "color_scheme")
val colorScheme: SvgTemplatePropertyColorScheme?
Link copied to clipboard
@SerialName(value = "contrast")
val contrast: SvgTemplatePropertyContrast?
Link copied to clipboard
@SerialName(value = "orientation")
val imageOrientation: SvgTemplatePropertyImageOrientation?