CreateLicenseResponse constructor
CreateLicenseResponse({
- String? licenseArn,
- LicenseStatus? status,
- String? version,
Implementation
CreateLicenseResponse({
this.licenseArn,
this.status,
this.version,
});