ListLicenseConfigurationsResponse constructor
ListLicenseConfigurationsResponse({
- List<
LicenseConfiguration> ? licenseConfigurations, - String? nextToken,
Implementation
ListLicenseConfigurationsResponse({
this.licenseConfigurations,
this.nextToken,
});