ServingContext class

The serving context for this restriction.

Constructors

ServingContext({String? all, AppContext? appType, AuctionContext? auctionType, LocationContext? location, PlatformContext? platform, SecurityContext? securityType})
ServingContext.fromJson(Map _json)

Properties

all String?
Matches all contexts. Possible string values are:
getter/setter pair
appType AppContext?
Matches impressions for a particular app type.
getter/setter pair
auctionType AuctionContext?
Matches impressions for a particular auction type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location LocationContext?
Matches impressions coming from users or publishers in a specific location.
getter/setter pair
platform PlatformContext?
Matches impressions coming from a particular platform.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityType SecurityContext?
Matches impressions for a particular security type.
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