GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo constructor

GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo({
  1. String? operator,
  2. List<GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo>? ruleOperands,
})

Implementation

GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo({
  this.operator,
  this.ruleOperands,
});