RenderingDTO

@Serializable
data class RenderingDTO(val simple: SimpleRenderingDTO? = null, val svgTemplates: List<SvgTemplateDTO>? = null)

Constructors

Link copied to clipboard
constructor(simple: SimpleRenderingDTO? = null, svgTemplates: List<SvgTemplateDTO>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "svg_templates")
@SerializedName(value = "svg_templates")
val svgTemplates: List<SvgTemplateDTO>?