Endpoint class
Bidder endpoint that receives bid requests.
Constructors
Properties
- bidProtocol ↔ String?
-
The protocol that the bidder endpoint is using.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maximumQps ↔ String?
-
The maximum number of queries per second allowed to be sent to this
server.
getter/setter pair
- name ↔ String?
-
Name of the endpoint resource that must follow the pattern
bidders/{bidderAccountId}/endpoints/{endpointId}
, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tradingLocation ↔ String?
-
The trading location that bid requests should be sent from.
getter/setter pair
- url ↔ String?
-
The URL that bid requests should be sent to.
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