sellerNetworkIds property

List<int>? sellerNetworkIds
getter/setter pair

For Authorized Buyers only.

The list of IDs of the seller (publisher) networks on which to filter; may be empty. The filters represented by multiple seller network IDs are ORed together (i.e., if non-empty, results must match any one of the publisher networks). See [seller-network-ids](https://developers.google.com/authorized-buyers/rtb/downloads/seller-network-ids) file for the set of existing seller network IDs.

Implementation

core.List<core.int>? sellerNetworkIds;