timestamp property
The observation (sampling) time of the above value.
Implementation
@$pb.TagNumber(2)
$0.Timestamp get timestamp => $_getN(1);
Implementation
@$pb.TagNumber(2)
set timestamp($0.Timestamp value) => $_setField(2, value);
The observation (sampling) time of the above value.
@$pb.TagNumber(2)
$0.Timestamp get timestamp => $_getN(1);
@$pb.TagNumber(2)
set timestamp($0.Timestamp value) => $_setField(2, value);