GooglePrivacyDlpV2SearchConnectionsResponse constructor

GooglePrivacyDlpV2SearchConnectionsResponse({
  1. List<GooglePrivacyDlpV2Connection>? connections,
  2. String? nextPageToken,
})

Implementation

GooglePrivacyDlpV2SearchConnectionsResponse({
  this.connections,
  this.nextPageToken,
});