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