timestamp property
The timestamp of the backup (if node has time)
Implementation
@$pb.TagNumber(2)
$core.int get timestamp => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set timestamp($core.int value) => $_setUnsignedInt32(1, value);
The timestamp of the backup (if node has time)
@$pb.TagNumber(2)
$core.int get timestamp => $_getIZ(1);
@$pb.TagNumber(2)
set timestamp($core.int value) => $_setUnsignedInt32(1, value);