GoogleAdsSearchads360V23CommonAudienceSegment constructor
GoogleAdsSearchads360V23CommonAudienceSegment({
- GoogleAdsSearchads360V23CommonCustomAudienceSegment? customAudience,
- GoogleAdsSearchads360V23CommonDetailedDemographicSegment? detailedDemographic,
- GoogleAdsSearchads360V23CommonLifeEventSegment? lifeEvent,
- GoogleAdsSearchads360V23CommonUserInterestSegment? userInterest,
- GoogleAdsSearchads360V23CommonUserListSegment? userList,
Implementation
GoogleAdsSearchads360V23CommonAudienceSegment({
this.customAudience,
this.detailedDemographic,
this.lifeEvent,
this.userInterest,
this.userList,
});