GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo constructor

GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo({
  1. String? operator,
  2. String? value,
})

Implementation

GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo({
  this.operator,
  this.value,
});