UserListGlobalLicenseCustomerInfo constructor

UserListGlobalLicenseCustomerInfo({
  1. String? clientAccountDisplayName,
  2. String? clientAccountId,
  3. String? clientAccountType,
  4. List<UserListLicensePricing>? historicalPricings,
  5. String? licenseType,
  6. UserListLicenseMetrics? metrics,
  7. String? name,
  8. UserListLicensePricing? pricing,
  9. String? status,
  10. String? userListDisplayName,
  11. String? userListId,
})

Implementation

UserListGlobalLicenseCustomerInfo({
  this.clientAccountDisplayName,
  this.clientAccountId,
  this.clientAccountType,
  this.historicalPricings,
  this.licenseType,
  this.metrics,
  this.name,
  this.pricing,
  this.status,
  this.userListDisplayName,
  this.userListId,
});