DiscreteActionArgs

data class DiscreteActionArgs(val name: Output<String>, val parameters: Output<List<KeyValuePairArgs>>, val selectorId: Output<String>, val type: Output<String>) : ConvertibleToJava<DiscreteActionArgs>

Model that represents a discrete action.

Constructors

Link copied to clipboard
constructor(name: Output<String>, parameters: Output<List<KeyValuePairArgs>>, selectorId: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

String that represents a Capability URN.

Link copied to clipboard

List of key value pairs.

Link copied to clipboard
val selectorId: Output<String>

String that represents a selector.

Link copied to clipboard
val type: Output<String>

Enum that discriminates between action models. Expected value is 'discrete'.

Functions

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