settingsVersion property

String? settingsVersion
getter/setter pair

The version of instance settings.

This is a required field for update method to make sure concurrent updates are handled properly. During update, use the most recent settingsVersion value for this instance and do not try to update this value.

Implementation

core.String? settingsVersion;