etag property

String? etag
getter/setter pair

Etag of the resource.

If provided, it must match the server's etag. If the provided etag does not match the server's etag, the request will fail with a 409 ABORTED error.

Optional.

Implementation

core.String? etag;