SasPortalListCustomersResponse constructor

SasPortalListCustomersResponse({
  1. List<SasPortalCustomer>? customers,
  2. String? nextPageToken,
})

Implementation

SasPortalListCustomersResponse({
  this.customers,
  this.nextPageToken,
});