replacedByJobId property

  1. @TagNumber(15)
String get replacedByJobId

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);
  1. @TagNumber(15)
set replacedByJobId (String v)

Implementation

@$pb.TagNumber(15)
set replacedByJobId($core.String v) { $_setString(12, v); }