GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse constructor

GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse({
  1. List<GoogleCloudIntegrationsV1alphaIntegrationVersion>? integrationVersions,
  2. String? nextPageToken,
  3. bool? noPermission,
})

Implementation

GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse({
  this.integrationVersions,
  this.nextPageToken,
  this.noPermission,
});