Class: Google::Privacy::Dlp::V2::ListDeidentifyTemplatesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Response message for ListDeidentifyTemplates.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_templatesArray<Google::Privacy::Dlp::V2::DeidentifyTemplate>

Returns List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Returns:



2453
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2453

class ListDeidentifyTemplatesResponse; end

#next_page_tokenString

Returns If the next page is available then the next page token to be used in following ListDeidentifyTemplates request.

Returns:

  • (String)

    If the next page is available then the next page token to be used in following ListDeidentifyTemplates request.



2453
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2453

class ListDeidentifyTemplatesResponse; end