GoogleCloudIntegrationsV1alphaListIntegrationsResponse constructor

GoogleCloudIntegrationsV1alphaListIntegrationsResponse({
  1. List<GoogleCloudIntegrationsV1alphaIntegration>? integrations,
  2. String? nextPageToken,
})

Implementation

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