GetScheduledActionPlainArgs

data class GetScheduledActionPlainArgs(val scheduledActionName: String) : ConvertibleToJava<GetScheduledActionPlainArgs>

Constructors

Link copied to clipboard
constructor(scheduledActionName: String)

Properties

Link copied to clipboard

The name of the scheduled action. The name must be unique within an account.

Functions

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