fingerprint property

String? fingerprint
getter/setter pair

Fingerprint of this per-instance config.

This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.

Implementation

core.String? fingerprint;