completeTime property
Output only. Timestamp of when the restore operation completed.
Implementation
@$pb.TagNumber(12)
$2.Timestamp get completeTime => $_getN(11);
Implementation
@$pb.TagNumber(12)
set completeTime($2.Timestamp v) {
setField(12, v);
}