customers property

List<SasPortalCustomer>? customers
getter/setter pair

The list of customers that match the request.

Implementation

core.List<SasPortalCustomer>? customers;