GooglePrivacyDlpV2ListColumnDataProfilesResponse constructor

GooglePrivacyDlpV2ListColumnDataProfilesResponse({
  1. List<GooglePrivacyDlpV2ColumnDataProfile>? columnDataProfiles,
  2. String? nextPageToken,
})

Implementation

GooglePrivacyDlpV2ListColumnDataProfilesResponse({
  this.columnDataProfiles,
  this.nextPageToken,
});