GetJobTemplatePlainArgs

data class GetJobTemplatePlainArgs(val jobTemplateId: String) : ConvertibleToJava<GetJobTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(jobTemplateId: String)

Properties

Link copied to clipboard

A unique identifier for the job template. We recommend using a UUID. Alpha-numeric characters, "-", and "_" are valid for use here.

Functions

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