jobId property
Optional input to set job ID.
Must be a non-negative number that is less than 2^31 if provided. If this
field is not provided, the API will generate a job ID in the range [2^31,
(2^63)-1]. The API will return the value for this request in the job_id
field of the UploadConversionAdjustmentsResponse.
Optional.
Implementation
core.int? jobId;