updateTime property

String? updateTime
getter/setter pair

The update time of the entity that this mutation is being applied to.

If this does not match the current update time on the server, the mutation conflicts.

Implementation

core.String? updateTime;