etag property

String? etag
getter/setter pair

The etag is computed by the server, and might be sent with update and delete requests so that the client has an up-to-date value before proceeding.

Implementation

core.String? etag;