GoogleAdsSearchads360V23ServicesAudienceTargeting constructor

GoogleAdsSearchads360V23ServicesAudienceTargeting({
  1. List<GoogleAdsSearchads360V23CommonUserInterestInfo>? userInterest,
  2. List<GoogleAdsSearchads360V23CommonUserListInfo>? userLists,
})

Implementation

GoogleAdsSearchads360V23ServicesAudienceTargeting({
  this.userInterest,
  this.userLists,
});