PlacementTargeting class

Represents targeting about where the ads can appear, e.g., certain sites or mobile applications.

Different placement targeting types will be logically OR'ed.

Constructors

PlacementTargeting({MobileApplicationTargeting? mobileApplicationTargeting, UrlTargeting? urlTargeting})
PlacementTargeting.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
mobileApplicationTargeting MobileApplicationTargeting?
Mobile application targeting information in a deal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlTargeting UrlTargeting?
URLs to be included/excluded.
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