ListAccountServicesResponse constructor

ListAccountServicesResponse({
  1. List<AccountService>? accountServices,
  2. String? nextPageToken,
})

Implementation

ListAccountServicesResponse({this.accountServices, this.nextPageToken});