GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse constructor
GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse({
- List<
GoogleCloudIntegrationsV1alphaIntegrationVersion> ? integrationVersions, - String? nextPageToken,
- bool? noPermission,
Implementation
GoogleCloudIntegrationsV1alphaListIntegrationVersionsResponse({
this.integrationVersions,
this.nextPageToken,
this.noPermission,
});