GoogleCloudIntegrationsV1alphaListIntegrationsResponse constructor
GoogleCloudIntegrationsV1alphaListIntegrationsResponse({
- List<
GoogleCloudIntegrationsV1alphaIntegration> ? integrations, - String? nextPageToken,
Implementation
GoogleCloudIntegrationsV1alphaListIntegrationsResponse({
this.integrations,
this.nextPageToken,
});