AdGroupAd constructor
      
      AdGroupAd({ 
    
    
- String? adGroupAdId,
- String? adGroupId,
- List<AdUrl> ? adUrls,
- String? advertiserId,
- AudioAd? audioAd,
- BumperAd? bumperAd,
- String? displayName,
- DisplayVideoSourceAd? displayVideoSourceAd,
- String? entityStatus,
- InStreamAd? inStreamAd,
- MastheadAd? mastheadAd,
- String? name,
- NonSkippableAd? nonSkippableAd,
- VideoDiscoveryAd? videoDiscoverAd,
- VideoPerformanceAd? videoPerformanceAd,
Implementation
AdGroupAd({
  this.adGroupAdId,
  this.adGroupId,
  this.adUrls,
  this.advertiserId,
  this.audioAd,
  this.bumperAd,
  this.displayName,
  this.displayVideoSourceAd,
  this.entityStatus,
  this.inStreamAd,
  this.mastheadAd,
  this.name,
  this.nonSkippableAd,
  this.videoDiscoverAd,
  this.videoPerformanceAd,
});