GetThemeResult

data class GetThemeResult(val createdAt: String? = null, val id: String? = null, val modifiedAt: String? = null, val name: String? = null, val overrides: List<ThemeValues>? = null, val tags: Map<String, String>? = null, val values: List<ThemeValues>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, id: String? = null, modifiedAt: String? = null, name: String? = null, overrides: List<ThemeValues>? = null, tags: Map<String, String>? = null, values: List<ThemeValues>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time that the theme was created.

Link copied to clipboard
val id: String? = null

The ID for the theme.

Link copied to clipboard
val modifiedAt: String? = null

The time that the theme was modified.

Link copied to clipboard
val name: String? = null

The name of the theme.

Link copied to clipboard
val overrides: List<ThemeValues>? = null

Describes the properties that can be overriden to customize a theme.

Link copied to clipboard
val tags: Map<String, String>? = null

One or more key-value pairs to use when tagging the theme.

Link copied to clipboard
val values: List<ThemeValues>? = null

A list of key-value pairs that defines the properties of the theme.