GooglePrivacyDlpV2ListConnectionsResponse constructor

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

Implementation

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