time property

  1. @TagNumber(4)
Timestamp 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(4)
void time=(Timestamp v)

Implementation

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