completeTime property

  1. @TagNumber(12)
Timestamp completeTime

Output only. Timestamp of when the restore operation completed.

Implementation

@$pb.TagNumber(12)
$2.Timestamp get completeTime => $_getN(11);
  1. @TagNumber(12)
void completeTime=(Timestamp v)

Implementation

@$pb.TagNumber(12)
set completeTime($2.Timestamp v) { setField(12, v); }