OptionGroupOptionSetting

data class OptionGroupOptionSetting(val name: String? = null, val value: String? = null)

The `OptionSetting` property type specifies the value for an option within an `OptionSetting` property.

Constructors

Link copied to clipboard
constructor(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the option that has settings that you can set.

Link copied to clipboard
val value: String? = null

The current value of the option setting.