AccountBidderLocation class
Properties
-
bidProtocol
↔ String
-
The protocol that the bidder endpoint is using. OpenRTB protocols with
prefix PROTOCOL_OPENRTB_PROTOBUF use proto buffer, otherwise use JSON.
Allowed values: [...]
read / write
-
maximumQps
↔ int
-
The maximum queries per second the Ad Exchange will send.
read / write
-
region
↔ String
-
The geographical region the Ad Exchange should send requests from. Only
used by some quota systems, but always setting the value is recommended.
Allowed values: [...]
read / write
-
url
↔ String
-
The URL to which the Ad Exchange will send bid requests.
read / write
-
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
Methods
-
toJson()
→ Map<String, Object>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited