LicenseCode constructor

LicenseCode({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. List<LicenseCodeLicenseAlias>? licenseAlias,
  6. String? name,
  7. String? selfLink,
  8. String? state,
  9. bool? transferable,
})

Implementation

LicenseCode({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.licenseAlias,
  this.name,
  this.selfLink,
  this.state,
  this.transferable,
});