ListLicenseSpecificationsForResourceResponse constructor
ListLicenseSpecificationsForResourceResponse({
- List<
LicenseSpecification> ? licenseSpecifications, - String? nextToken,
Implementation
ListLicenseSpecificationsForResourceResponse({
this.licenseSpecifications,
this.nextToken,
});