GoogleAdsSearchads360V23CommonUserListRuleItemInfo constructor

GoogleAdsSearchads360V23CommonUserListRuleItemInfo({
  1. GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo? dateRuleItem,
  2. String? name,
  3. GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo? numberRuleItem,
  4. GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo? stringRuleItem,
})

Implementation

GoogleAdsSearchads360V23CommonUserListRuleItemInfo({
  this.dateRuleItem,
  this.name,
  this.numberRuleItem,
  this.stringRuleItem,
});