finishTime property
Time at which execution of the build was finished.
The difference between finish_time and start_time is the duration of the build's execution.
Implementation
@$pb.TagNumber(8)
$2.Timestamp get finishTime => $_getN(5);
Implementation
@$pb.TagNumber(8)
set finishTime($2.Timestamp v) { setField(8, v); }