previousTimestampMicros property

  1. @TagNumber(5)
Int64 get previousTimestampMicros

UTC client time when the previous event happened.

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get previousTimestampMicros => $_getI64(3);
  1. @TagNumber(5)
set previousTimestampMicros (Int64 v)

Implementation

@$pb.TagNumber(5)
set previousTimestampMicros($fixnum.Int64 v) { $_setInt64(3, v); }