timestampMicros property

  1. @TagNumber(4)
Int64 timestampMicros

UTC client time when the event happened.

Implementation

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

Implementation

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