customBiddingAlgorithms property

List<CustomBiddingAlgorithm>? customBiddingAlgorithms
getter/setter pair

The list of custom bidding algorithms.

This list will be absent if empty.

Implementation

core.List<CustomBiddingAlgorithm>? customBiddingAlgorithms;