GetJobPlainArgs

data class GetJobPlainArgs(val jobId: String, val namespace: String? = null) : ConvertibleToJava<GetJobPlainArgs>

A collection of arguments for invoking getJob.

Constructors

Link copied to clipboard
constructor(jobId: String, namespace: String? = null)

Properties

Link copied to clipboard

(string) ID of the job.

Link copied to clipboard
val namespace: String? = null

(string) Namespace of the specified job.

Functions

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