timestamp property

  1. @TagNumber(2)
int get timestamp

The timestamp of the backup (if node has time)

Implementation

@$pb.TagNumber(2)
$core.int get timestamp => $_getIZ(1);
  1. @TagNumber(2)
set timestamp (int value)

Implementation

@$pb.TagNumber(2)
set timestamp($core.int value) => $_setUnsignedInt32(1, value);