GooglePrivacyDlpV2ListFileStoreDataProfilesResponse constructor
GooglePrivacyDlpV2ListFileStoreDataProfilesResponse({
- List<
GooglePrivacyDlpV2FileStoreDataProfile> ? fileStoreDataProfiles, - String? nextPageToken,
Implementation
GooglePrivacyDlpV2ListFileStoreDataProfilesResponse({
this.fileStoreDataProfiles,
this.nextPageToken,
});