estimatedCutoverJobDuration property

  1. @TagNumber.new(1)
Duration get estimatedCutoverJobDuration

Output only. Estimation of the CutoverJob duration.

Implementation

@$pb.TagNumber(1)
$10.Duration get estimatedCutoverJobDuration => $_getN(0);
  1. @TagNumber.new(1)
set estimatedCutoverJobDuration (Duration v)

Implementation

@$pb.TagNumber(1)
set estimatedCutoverJobDuration($10.Duration v) {
  setField(1, v);
}