time property

  1. @TagNumber.new(4)
Timestamp get time

The timestamp to collect the info. It is suggested to be set by the topmost level resource only.

Implementation

@$pb.TagNumber(4)
$2.Timestamp get time => $_getN(2);
  1. @TagNumber.new(4)
set time (Timestamp v)

Implementation

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