GoogleCloudIntegrationsV1alphaListConnectionsResponse constructor
GoogleCloudIntegrationsV1alphaListConnectionsResponse({
- List<
GoogleCloudConnectorsV1Connection> ? connections, - String? nextPageToken,
Implementation
GoogleCloudIntegrationsV1alphaListConnectionsResponse({
this.connections,
this.nextPageToken,
});