LicenseAssignment constructor

LicenseAssignment({
  1. String? etags,
  2. String? kind,
  3. String? productId,
  4. String? productName,
  5. String? selfLink,
  6. String? skuId,
  7. String? skuName,
  8. String? userId,
})

Implementation

LicenseAssignment({
  this.etags,
  this.kind,
  this.productId,
  this.productName,
  this.selfLink,
  this.skuId,
  this.skuName,
  this.userId,
});