GooglePrivacyDlpV2ListColumnDataProfilesResponse constructor
GooglePrivacyDlpV2ListColumnDataProfilesResponse({
- List<
GooglePrivacyDlpV2ColumnDataProfile> ? columnDataProfiles, - String? nextPageToken,
Implementation
GooglePrivacyDlpV2ListColumnDataProfilesResponse({
this.columnDataProfiles,
this.nextPageToken,
});