Action

class Action

Represents action metadata added to an Action dataset using the PutActions API. For more information see Importing actions individually.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID associated with the action.

Link copied to clipboard

A string map of action-specific metadata. Each element in the map consists of a key-value pair. For example, {"value": "100"}.

Functions

Link copied to clipboard
inline fun copy(block: Action.Builder.() -> Unit = {}): Action
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String