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.



6722
6723
6724
# File 'lib/google/apis/dlp_v2/classes.rb', line 6722

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



6715
6716
6717
# File 'lib/google/apis/dlp_v2/classes.rb', line 6715

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)


6720
6721
6722
# File 'lib/google/apis/dlp_v2/classes.rb', line 6720

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6727
6728
6729
6730
# File 'lib/google/apis/dlp_v2/classes.rb', line 6727

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