GetEnabledControlResult

data class GetEnabledControlResult(val parameters: List<EnabledControlParameter>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(parameters: List<EnabledControlParameter>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Parameters to configure the enabled control behavior.

Link copied to clipboard
val tags: List<Tag>? = null

A set of tags to assign to the enabled control.