timestampMicros property

  1. @TagNumber.new(4)
Int64 get timestampMicros

UTC client time when the event happened.

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get timestampMicros => $_getI64(2);
  1. @TagNumber.new(4)
set timestampMicros (Int64 v)

Implementation

@$pb.TagNumber(4)
set timestampMicros($fixnum.Int64 v) {
  $_setInt64(2, v);
}