$ExchangeConfigEnabledExchange class

Used by:

  • displayvideo:v2 : ExchangeConfigEnabledExchange
  • displayvideo:v3 : ExchangeConfigEnabledExchange

Constructors

$ExchangeConfigEnabledExchange({String? exchange, String? googleAdManagerAgencyId, String? googleAdManagerBuyerNetworkId, String? seatId})
$ExchangeConfigEnabledExchange.fromJson(Map json_)

Properties

exchange String?
The enabled exchange. Possible string values are:
getter/setter pair
googleAdManagerAgencyId String?
Agency ID of Google Ad Manager.
getter/setter pair
googleAdManagerBuyerNetworkId String?
Network ID of Google Ad Manager.
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
seatId String?
Seat ID of the enabled exchange.
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