UserListDirectLicense constructor

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

Implementation

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