version property

String? version
getter/setter pair

The version of the entity on the server after processing the mutation.

If the mutation doesn't change anything on the server, then the version will be the version of the current entity or, if no entity is present, a version that is strictly greater than the version of any previous entity and less than the version of any possible future entity.

Implementation

core.String? version;