etag property
Checksum used to ensure that the user-provided value is up to date before the server processes the request.
The server compares provided checksum with the current checksum of the
resource. If the user-provided value is out of date, this request returns
an ABORTED
error.
Optional.
Implementation
core.String? etag;