CommonInStreamAttribute constructor
      
      CommonInStreamAttribute({ 
    
    
- String? actionButtonLabel,
- String? actionHeadline,
- ImageAsset? companionBanner,
- String? displayUrl,
- String? finalUrl,
- String? trackingUrl,
- YoutubeVideoDetails? video,
Implementation
CommonInStreamAttribute({
  this.actionButtonLabel,
  this.actionHeadline,
  this.companionBanner,
  this.displayUrl,
  this.finalUrl,
  this.trackingUrl,
  this.video,
});