GooglePrivacyDlpV2ListTableDataProfilesResponse constructor
GooglePrivacyDlpV2ListTableDataProfilesResponse({
- String? nextPageToken,
- List<
GooglePrivacyDlpV2TableDataProfile> ? tableDataProfiles,
Implementation
GooglePrivacyDlpV2ListTableDataProfilesResponse({
this.nextPageToken,
this.tableDataProfiles,
});