Class: Google::Privacy::Dlp::V2::GetDeidentifyTemplateRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::GetDeidentifyTemplateRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request message for GetDeidentifyTemplate.
Instance Attribute Summary collapse
-
#name ⇒ String
Resource name of the organization and deidentify template to be read, for example +organizations/433245324/deidentifyTemplates/432452342+ or projects/project-id/deidentifyTemplates/432452342.
Instance Attribute Details
#name ⇒ String
Returns Resource name of the organization and deidentify template to be read, for example +organizations/433245324/deidentifyTemplates/432452342+ or projects/project-id/deidentifyTemplates/432452342.
1970 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1970 class GetDeidentifyTemplateRequest; end |