ListUsageForLicenseConfigurationResponse constructor

ListUsageForLicenseConfigurationResponse({
  1. List<LicenseConfigurationUsage>? licenseConfigurationUsageList,
  2. String? nextToken,
})

Implementation

ListUsageForLicenseConfigurationResponse({
  this.licenseConfigurationUsageList,
  this.nextToken,
});