UserListDirectLicense constructor
UserListDirectLicense({
- String? clientAccountDisplayName,
- String? clientAccountId,
- String? clientAccountType,
- List<
UserListLicensePricing> ? historicalPricings, - UserListLicenseMetrics? metrics,
- String? name,
- UserListLicensePricing? pricing,
- String? status,
- String? userListDisplayName,
- String? userListId,
Implementation
UserListDirectLicense({
this.clientAccountDisplayName,
this.clientAccountId,
this.clientAccountType,
this.historicalPricings,
this.metrics,
this.name,
this.pricing,
this.status,
this.userListDisplayName,
this.userListId,
});