AdvertiserGroupsListResponse constructor
      
      AdvertiserGroupsListResponse({ 
    
    
- List<
AdvertiserGroup> ? advertiserGroups, - String? kind,
 - String? nextPageToken,
 
Implementation
AdvertiserGroupsListResponse({
  this.advertiserGroups,
  this.kind,
  this.nextPageToken,
});