GoogleAdsSearchads360V23ServicesPlannableUserInterest constructor

GoogleAdsSearchads360V23ServicesPlannableUserInterest({
  1. GoogleAdsSearchads360V23CommonUserInterestInfo? userInterest,
  2. String? userInterestDisplayName,
  3. String? userInterestPath,
  4. String? userInterestType,
})

Implementation

GoogleAdsSearchads360V23ServicesPlannableUserInterest({
  this.userInterest,
  this.userInterestDisplayName,
  this.userInterestPath,
  this.userInterestType,
});