labelFingerprint property

String? labelFingerprint
getter/setter pair

The fingerprint of the previous set of labels for this resource, used to detect conflicts.

The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.

Implementation

core.String? labelFingerprint;