etag property

String? etag
getter/setter pair

An opaque tag indicating the current state of the policy, used for concurrency control.

This 'etag' is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Optional.

Implementation

core.String? etag;