V2FunctionCustomRuntimeConfig

data class V2FunctionCustomRuntimeConfig(val args: List<String>? = null, val commands: List<String>? = null)

Constructors

Link copied to clipboard
constructor(args: List<String>? = null, commands: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: List<String>? = null

Parameters received by the start entry command.

Link copied to clipboard
val commands: List<String>? = null

List of Custom entry commands started by Custom Runtime. When there are multiple commands in the list, they are spliced in sequence.