UriTargeting class

Represents a list of targeted and excluded URLs (for example, google.com).

For Private Auction Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

Constructors

UriTargeting({List<String>? excludedUris, List<String>? targetedUris})
UriTargeting.fromJson(Map json_)

Properties

excludedUris List<String>?
A list of URLs to be excluded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetedUris List<String>?
A list of URLs to be included.
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