replacedByJobId property
If another job is an update of this job (and thus, this job is in
JOB_STATE_UPDATED
), this field contains the ID of that job.
Implementation
@$pb.TagNumber(15)
$core.String get replacedByJobId => $_getSZ(12);
Implementation
@$pb.TagNumber(15)
set replacedByJobId($core.String v) { $_setString(12, v); }