GoogleCloudIntegrationsV1alphaListAuthConfigsResponse constructor

GoogleCloudIntegrationsV1alphaListAuthConfigsResponse({
  1. List<GoogleCloudIntegrationsV1alphaAuthConfig>? authConfigs,
  2. String? nextPageToken,
})

Implementation

GoogleCloudIntegrationsV1alphaListAuthConfigsResponse({
  this.authConfigs,
  this.nextPageToken,
});