GooglePrivacyDlpV2ListFileStoreDataProfilesResponse constructor

GooglePrivacyDlpV2ListFileStoreDataProfilesResponse({
  1. List<GooglePrivacyDlpV2FileStoreDataProfile>? fileStoreDataProfiles,
  2. String? nextPageToken,
})

Implementation

GooglePrivacyDlpV2ListFileStoreDataProfilesResponse({
  this.fileStoreDataProfiles,
  this.nextPageToken,
});