ListUsageForLicenseConfigurationResponse constructor
ListUsageForLicenseConfigurationResponse({
- List<
LicenseConfigurationUsage> ? licenseConfigurationUsageList, - String? nextToken,
Implementation
ListUsageForLicenseConfigurationResponse({
this.licenseConfigurationUsageList,
this.nextToken,
});