updateTime property
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);
Implementation
@$pb.TagNumber(5)
set updateTime($2.Timestamp v) { setField(5, v); }