updateTime property

  1. @TagNumber.new(5)
Timestamp get updateTime

The time at which the entity was last changed. This field is set for google.datastore.v1.EntityResult.ResultType.FULL entity results. If this entity is missing, this field will not be set.

Implementation

@$pb.TagNumber(5)
$2.Timestamp get updateTime => $_getN(3);
  1. @TagNumber.new(5)
set updateTime (Timestamp v)

Implementation

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