updateTime property

String? updateTime
getter/setter pair

The update time of the entity on the server after processing the mutation.

If the mutation doesn't change anything on the server, then the timestamp will be the update timestamp of the current entity. This field will not be set after a 'delete'.

Implementation

core.String? updateTime;