GooglePrivacyDlpV2SearchConnectionsResponse constructor
GooglePrivacyDlpV2SearchConnectionsResponse({
- List<
GooglePrivacyDlpV2Connection> ? connections, - String? nextPageToken,
Implementation
GooglePrivacyDlpV2SearchConnectionsResponse({
this.connections,
this.nextPageToken,
});