GetJobTemplateResult

data class GetJobTemplateResult(val config: JobConfigResponse, val labels: Map<String, String>, val name: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration for this template.

Link copied to clipboard

The labels associated with this job template. You can use these to organize and group your job templates.

Link copied to clipboard

The resource name of the job template. Format: projects/{project_number}/locations/{location}/jobTemplates/{job_template}