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.



6902
6903
6904
# File 'lib/google/apis/dlp_v2/classes.rb', line 6902

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



6895
6896
6897
# File 'lib/google/apis/dlp_v2/classes.rb', line 6895

def column_data_profiles
  @column_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


6900
6901
6902
# File 'lib/google/apis/dlp_v2/classes.rb', line 6900

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6907
6908
6909
6910
# File 'lib/google/apis/dlp_v2/classes.rb', line 6907

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