name property
The user-specified Cloud Dataflow job name.
Only one Job with a given name may exist in a project at any given time.
If a caller attempts to create a Job with the same name as an
already-existing Job, the attempt returns the existing Job. The name must
match the regular expression [a-z]([-a-z0-9]{0,38}[a-z0-9])?
Implementation
core.String? name;