GetBudgetsActionPlainArgs

data class GetBudgetsActionPlainArgs(val actionId: String, val budgetName: String) : ConvertibleToJava<GetBudgetsActionPlainArgs>

Constructors

Link copied to clipboard
constructor(actionId: String, budgetName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

A string that represents the budget name. ":" and "\" characters aren't allowed.

Functions

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