Class: Google::Cloud::SecretManager::V1beta1::DestroySecretVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secrets/v1beta1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the SecretVersion to destroy in the format projects/*/secrets/*/versions/*.

Returns:

  • (::String)

    Required. The resource name of the SecretVersion to destroy in the format projects/*/secrets/*/versions/*.



221
222
223
224
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 221

class DestroySecretVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end