Class: Google::Cloud::Dlp::V2::DeleteDeidentifyTemplateRequest

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 DeleteDeidentifyTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



4780
4781
4782
4783
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4780

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