updated property

  1. @TagNumber.new(15)
Timestamp get updated

The modification time of the object metadata.

Implementation

@$pb.TagNumber(15)
$2.Timestamp get updated => $_getN(13);
  1. @TagNumber.new(15)
set updated (Timestamp v)

Implementation

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