GetThemeResult

data class GetThemeResult(val appId: String? = null, val environmentName: String? = null, val id: String? = null, val name: String? = null, val overrides: List<ThemeValues>? = null, val values: List<ThemeValues>? = null)

Constructors

Link copied to clipboard
fun GetThemeResult(appId: String? = null, environmentName: String? = null, id: String? = null, name: String? = null, overrides: List<ThemeValues>? = null, values: List<ThemeValues>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appId: String? = null
Link copied to clipboard
val environmentName: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val overrides: List<ThemeValues>? = null
Link copied to clipboard
val values: List<ThemeValues>? = null