GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse constructor

GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse({
  1. List<GoogleCloudIntegrationsV1alphaSearchIntegrationsResponseIntegrationSearchResult>? integrations,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIntegrationsV1alphaSearchIntegrationsResponse({
  this.integrations,
  this.nextPageToken,
});