GetJobParserResult

data class GetJobParserResult(val canonicalize: Boolean? = null, val hcl: String, val id: String, val json: String)

A collection of values returned by getJobParser.

Constructors

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

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(string) - the parsed job as JSON string.