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
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
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
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
url
↔ String
-
The URL to which the Ad Exchange will send bid requests.
read / write
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ Map<String, Object>
-
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited