ListAdClientsResponse constructor

ListAdClientsResponse({
  1. List<AdClient>? adClients,
  2. String? nextPageToken,
})

Implementation

ListAdClientsResponse({
  this.adClients,
  this.nextPageToken,
});