GooglePrivacyDlpV2ListProjectDataProfilesResponse constructor
GooglePrivacyDlpV2ListProjectDataProfilesResponse({
- String? nextPageToken,
- List<
GooglePrivacyDlpV2ProjectDataProfile> ? projectDataProfiles,
Implementation
GooglePrivacyDlpV2ListProjectDataProfilesResponse({
this.nextPageToken,
this.projectDataProfiles,
});