AnyInstance

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

A general-purpose container for representing the arguments and computed attributes of any type of activity instance.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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