Class: Google::Cloud::Dialogflow::CX::V3::DeleteSecuritySettingsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb

Overview

The request message for [SecuritySettings.DeleteSecuritySettings][].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the SecuritySettings to delete. Format: projects/<ProjectID>/locations/<LocationID>/securitySettings/<SecuritySettingsID>.

Returns:

  • (::String)

    Required. The name of the SecuritySettings to delete. Format: projects/<ProjectID>/locations/<LocationID>/securitySettings/<SecuritySettingsID>.



103
104
105
106
# File 'proto_docs/google/cloud/dialogflow/cx/v3/security_settings.rb', line 103

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