baseVersion property

String? baseVersion
getter/setter pair

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

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

Implementation

core.String? baseVersion;