etag property

String? etag
getter/setter pair

Etag of the SecretVersion.

The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.

Optional.

Implementation

core.String? etag;