jobId property

String? jobId
getter/setter pair

The job ID, which must be unique within the project.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-).

The maximum length is 100 characters.If not specified by the caller, the job ID will be provided by the server.

Optional.

Implementation

core.String? jobId;