jobId property

int? jobId
getter/setter pair

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 UploadClickConversionsResponse.

Optional.

Implementation

core.int? jobId;