GetFlowPlainArgs

data class GetFlowPlainArgs(val flowName: String) : ConvertibleToJava<GetFlowPlainArgs>

Constructors

Link copied to clipboard
constructor(flowName: String)

Properties

Link copied to clipboard

Name of the flow.

Functions

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