GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata constructor

GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata({
  1. GoogleAdsSearchads360V23CommonAudienceInsightsAttribute? attribute,
  2. String? dimension,
  3. String? displayInfo,
  4. String? displayName,
  5. GoogleAdsSearchads360V23CommonKnowledgeGraphAttributeMetadata? knowledgeGraphAttributeMetadata,
  6. GoogleAdsSearchads360V23CommonLineupAttributeMetadata? lineupAttributeMetadata,
  7. GoogleAdsSearchads360V23CommonLocationAttributeMetadata? locationAttributeMetadata,
  8. String? potentialYoutubeReach,
  9. double? subscriberShare,
  10. GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata? userInterestAttributeMetadata,
  11. GoogleAdsSearchads360V23CommonUserListAttributeMetadata? userListAttributeMetadata,
  12. double? viewerShare,
  13. GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata? youtubeChannelMetadata,
  14. GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata? youtubeVideoMetadata,
})

Implementation

GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata({
  this.attribute,
  this.dimension,
  this.displayInfo,
  this.displayName,
  this.knowledgeGraphAttributeMetadata,
  this.lineupAttributeMetadata,
  this.locationAttributeMetadata,
  this.potentialYoutubeReach,
  this.subscriberShare,
  this.userInterestAttributeMetadata,
  this.userListAttributeMetadata,
  this.viewerShare,
  this.youtubeChannelMetadata,
  this.youtubeVideoMetadata,
});