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.



7528
7529
7530
# File 'lib/google/apis/dlp_v2/classes.rb', line 7528

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



7521
7522
7523
# File 'lib/google/apis/dlp_v2/classes.rb', line 7521

def column_data_profiles
  @column_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


7526
7527
7528
# File 'lib/google/apis/dlp_v2/classes.rb', line 7526

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7533
7534
7535
7536
# File 'lib/google/apis/dlp_v2/classes.rb', line 7533

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