GoogleCloudIntegrationsV1alphaListConnectionsResponse constructor

GoogleCloudIntegrationsV1alphaListConnectionsResponse({
  1. List<GoogleCloudConnectorsV1Connection>? connections,
  2. String? nextPageToken,
})

Implementation

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