etag property

String? etag
getter/setter pair

Checksum that may be sent on update and delete requests to ensure that the user-provided value is up to date before the server processes a request.

The server computes checksums based on the value of other fields in the request.

Implementation

core.String? etag;