GoogleAdsSearchads360V23CommonUserListRuleItemInfo constructor
GoogleAdsSearchads360V23CommonUserListRuleItemInfo({
- GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo? dateRuleItem,
- String? name,
- GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo? numberRuleItem,
- GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo? stringRuleItem,
Implementation
GoogleAdsSearchads360V23CommonUserListRuleItemInfo({
this.dateRuleItem,
this.name,
this.numberRuleItem,
this.stringRuleItem,
});