UserListGlobalLicense constructor

UserListGlobalLicense({
  1. List<UserListLicensePricing>? historicalPricings,
  2. String? licenseType,
  3. UserListLicenseMetrics? metrics,
  4. String? name,
  5. UserListLicensePricing? pricing,
  6. String? status,
  7. String? userListDisplayName,
  8. String? userListId,
})

Implementation

UserListGlobalLicense({
  this.historicalPricings,
  this.licenseType,
  this.metrics,
  this.name,
  this.pricing,
  this.status,
  this.userListDisplayName,
  this.userListId,
});