GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo.fromJson constructor
GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo.fromJson(core.Map json_)
: this(
operator: json_['operator'] as core.String?,
ruleOperands: (json_['ruleOperands'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);