SasPortalListCustomersResponse constructor
SasPortalListCustomersResponse({
- List<
SasPortalCustomer> ? customers, - String? nextPageToken,
Implementation
SasPortalListCustomersResponse({
this.customers,
this.nextPageToken,
});