duration property
Output only. The duration of the migration job (in seconds). A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
Implementation
@$pb.TagNumber(12)
$10.Duration get duration => $_getN(11);
Implementation
@$pb.TagNumber(12)
set duration($10.Duration v) { setField(12, v); }