fingerprint property

String? fingerprint
getter/setter pair

The fingerprint of the target pools information.

Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.

Implementation

core.String? fingerprint;