AdvertiserGroupsListResponse constructor

AdvertiserGroupsListResponse({
  1. List<AdvertiserGroup>? advertiserGroups,
  2. String? kind,
  3. String? nextPageToken,
})

Implementation

AdvertiserGroupsListResponse({
  this.advertiserGroups,
  this.kind,
  this.nextPageToken,
});