GoogleCloudIntegrationsV1alphaListAuthConfigsResponse constructor
GoogleCloudIntegrationsV1alphaListAuthConfigsResponse({
- List<
GoogleCloudIntegrationsV1alphaAuthConfig> ? authConfigs, - String? nextPageToken,
Implementation
GoogleCloudIntegrationsV1alphaListAuthConfigsResponse({
this.authConfigs,
this.nextPageToken,
});