lastUpdateTimestampUTC property

  1. @TagNumber.new(6)
Timestamp get lastUpdateTimestampUTC

Implementation

@$pb.TagNumber(6)
$1.Timestamp get lastUpdateTimestampUTC => $_getN(5);
  1. @TagNumber.new(6)
set lastUpdateTimestampUTC (Timestamp value)

Implementation

@$pb.TagNumber(6)
set lastUpdateTimestampUTC($1.Timestamp value) => $_setField(6, value);