Class: Google::Cloud::Dlp::V2::DeleteInspectTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Request message for DeleteInspectTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the organization and inspectTemplate to be deleted, for example organizations/433245324/inspectTemplates/432452342 or projects/project-id/inspectTemplates/432452342.

Returns:

  • (::String)

    Required. Resource name of the organization and inspectTemplate to be deleted, for example organizations/433245324/inspectTemplates/432452342 or projects/project-id/inspectTemplates/432452342.



3636
3637
3638
3639
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3636

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