jobName property

String? jobName
getter/setter pair

The job name to use for the created job.

The name must match the regular expression [a-z]([-a-z0-9]{0,1022}[a-z0-9])?

Required.

Implementation

core.String? jobName;