CreateLicenseVersionResponse constructor

CreateLicenseVersionResponse({
  1. String? licenseArn,
  2. LicenseStatus? status,
  3. String? version,
})

Implementation

CreateLicenseVersionResponse({
  this.licenseArn,
  this.status,
  this.version,
});