CreateLicenseResponse constructor

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

Implementation

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