ListWebsiteAuthorizationProvidersResponse constructor

ListWebsiteAuthorizationProvidersResponse({
  1. String? nextToken,
  2. List<WebsiteAuthorizationProviderSummary>? websiteAuthorizationProviders,
})

Implementation

ListWebsiteAuthorizationProvidersResponse({
  this.nextToken,
  this.websiteAuthorizationProviders,
});