GoogleAdsSearchads360V23CommonUserListRuleItemInfo class
An atomic rule item.
Constructors
- GoogleAdsSearchads360V23CommonUserListRuleItemInfo({GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo? dateRuleItem, String? name, GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo? numberRuleItem, GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo? stringRuleItem})
- GoogleAdsSearchads360V23CommonUserListRuleItemInfo.fromJson(Map json_)
Properties
- dateRuleItem ↔ GoogleAdsSearchads360V23CommonUserListDateRuleItemInfo?
-
An atomic rule item composed of a date operation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Rule variable name.
getter/setter pair
- numberRuleItem ↔ GoogleAdsSearchads360V23CommonUserListNumberRuleItemInfo?
-
An atomic rule item composed of a number operation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringRuleItem ↔ GoogleAdsSearchads360V23CommonUserListStringRuleItemInfo?
-
An atomic rule item composed of a string operation.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited