GetJobParserPlainArgs

data class GetJobParserPlainArgs(val canonicalize: Boolean? = null, val hcl: String) : ConvertibleToJava<GetJobParserPlainArgs>

A collection of arguments for invoking getJobParser.

Constructors

Link copied to clipboard
constructor(canonicalize: Boolean? = null, hcl: String)

Properties

Link copied to clipboard
val canonicalize: Boolean? = null

(boolean: true) - flag to enable setting any unset fields to their default values.

Link copied to clipboard
val hcl: String

(string) - the HCL definition of the job.

Functions

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