lastUpdateTimestampUTC property

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

Implementation

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

Implementation

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