Class: Google::Apis::DlpV2::GooglePrivacyDlpV2ListFileStoreDataProfilesResponse

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 file store data profiles generated for a given organization or project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2ListFileStoreDataProfilesResponse

Returns a new instance of GooglePrivacyDlpV2ListFileStoreDataProfilesResponse.



6385
6386
6387
# File 'lib/google/apis/dlp_v2/classes.rb', line 6385

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

Instance Attribute Details

#file_store_data_profilesArray<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreDataProfile>

List of data profiles. Corresponds to the JSON property fileStoreDataProfiles



6378
6379
6380
# File 'lib/google/apis/dlp_v2/classes.rb', line 6378

def file_store_data_profiles
  @file_store_data_profiles
end

#next_page_tokenString

The next page token. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


6383
6384
6385
# File 'lib/google/apis/dlp_v2/classes.rb', line 6383

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6390
6391
6392
6393
# File 'lib/google/apis/dlp_v2/classes.rb', line 6390

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