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.



7023
7024
7025
# File 'lib/google/apis/dlp_v2/classes.rb', line 7023

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



7016
7017
7018
# File 'lib/google/apis/dlp_v2/classes.rb', line 7016

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)


7021
7022
7023
# File 'lib/google/apis/dlp_v2/classes.rb', line 7021

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7028
7029
7030
7031
# File 'lib/google/apis/dlp_v2/classes.rb', line 7028

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