lastUpdated property

  1. @TagNumber(2)
Timestamp lastUpdated

config ingestion timestamp.

Implementation

@$pb.TagNumber(2)
$44.Timestamp get lastUpdated => $_getN(1);
  1. @TagNumber(2)
void lastUpdated=(Timestamp v)

Implementation

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