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.



6620
6621
6622
# File 'lib/google/apis/dlp_v2/classes.rb', line 6620

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



6613
6614
6615
# File 'lib/google/apis/dlp_v2/classes.rb', line 6613

def column_data_profiles
  @column_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


6618
6619
6620
# File 'lib/google/apis/dlp_v2/classes.rb', line 6618

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6625
6626
6627
6628
# File 'lib/google/apis/dlp_v2/classes.rb', line 6625

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