AnyDirective

data class AnyDirective(val arguments: Map<String, SerializedValue>)

A general-purpose container for representing the arguments any type of activity directive.

Constructors

Link copied to clipboard
constructor(arguments: Map<String, SerializedValue>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arguments: Map<String, SerializedValue>

Functions

Link copied to clipboard
fun serialize(): SerializedValue

Serialize this directive into a SerializedValue.