GetJobPlainArgs

data class GetJobPlainArgs(val name: String) : ConvertibleToJava<GetJobPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Job name

Functions

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