Action

class Action

A budget action resource.

Types

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

Properties

Link copied to clipboard

A system-generated universally unique identifier (UUID) for the action.

Link copied to clipboard

The trigger threshold of the action.

Link copied to clipboard

The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.

Link copied to clipboard

This specifies if the action needs manual or automatic approval.

Link copied to clipboard

A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.

Link copied to clipboard

Where you specify all of the type-specific parameters.

Link copied to clipboard

The role passed for action execution and reversion. Roles and actions must be in the same account.

Link copied to clipboard

The type of a notification. It must be ACTUAL or FORECASTED.

Link copied to clipboard

The status of the action.

Link copied to clipboard

A list of subscribers.

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