ThemeValuesArgs

data class ThemeValuesArgs(val key: Output<String>? = null, val value: Output<ThemeValueArgs>? = null) : ConvertibleToJava<ThemeValuesArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<ThemeValueArgs>? = null)

Properties

Link copied to clipboard
val key: Output<String>? = null

The name of the property.

Link copied to clipboard
val value: Output<ThemeValueArgs>? = null

The value of the property.

Functions

Link copied to clipboard
open override fun toJava(): ThemeValuesArgs