etag property Null safety
read / write
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;