GooglePrivacyDlpV2ListTableDataProfilesResponse constructor

GooglePrivacyDlpV2ListTableDataProfilesResponse({
  1. String? nextPageToken,
  2. List<GooglePrivacyDlpV2TableDataProfile>? tableDataProfiles,
})

Implementation

GooglePrivacyDlpV2ListTableDataProfilesResponse({
  this.nextPageToken,
  this.tableDataProfiles,
});