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.



8127
8128
8129
# File 'lib/google/apis/dlp_v2/classes.rb', line 8127

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



8120
8121
8122
# File 'lib/google/apis/dlp_v2/classes.rb', line 8120

def column_data_profiles
  @column_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


8125
8126
8127
# File 'lib/google/apis/dlp_v2/classes.rb', line 8125

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8132
8133
8134
8135
# File 'lib/google/apis/dlp_v2/classes.rb', line 8132

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