CombinedAudienceGroup class
Details of combined audience group. All combined audience targeting settings are logically ‘OR’ of each other.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
settings
↔ List<
CombinedAudienceTargetingSetting> -
Required. All combined audience targeting settings in combined audience
group. Repeated settings with same id will be ignored. The number of
combined audience settings should be no more than five, error will be
thrown otherwise.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited