class Google::Apis::SecretmanagerV1::DestroySecretVersionRequest
Request message for SecretManagerService
.DestroySecretVersion.
Attributes
etag[RW]
Optional. 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. Corresponds to the JSON property `etag` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/secretmanager_v1/classes.rb, line 312 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/secretmanager_v1/classes.rb, line 317 def update!(**args) @etag = args[:etag] if args.key?(:etag) end