Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ListColumnDataProfilesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

List of profiles generated for a given organization or project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2ListColumnDataProfilesResponse

Returns a new instance of GooglePrivacyDlpV2ListColumnDataProfilesResponse.



6600
6601
6602
# File 'lib/google/apis/dlp_v2/classes.rb', line 6600

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#column_data_profilesArray<Google::Apis::DlpV2::GooglePrivacyDlpV2ColumnDataProfile>

List of data profiles. Corresponds to the JSON property columnDataProfiles



6593
6594
6595
# File 'lib/google/apis/dlp_v2/classes.rb', line 6593

def column_data_profiles
  @column_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


6598
6599
6600
# File 'lib/google/apis/dlp_v2/classes.rb', line 6598

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6605
6606
6607
6608
# File 'lib/google/apis/dlp_v2/classes.rb', line 6605

def update!(**args)
  @column_data_profiles = args[:column_data_profiles] if args.key?(:column_data_profiles)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end