ListCustomBiddingAlgorithmsResponse constructor

ListCustomBiddingAlgorithmsResponse({
  1. List<CustomBiddingAlgorithm>? customBiddingAlgorithms,
  2. String? nextPageToken,
})

Implementation

ListCustomBiddingAlgorithmsResponse({
  this.customBiddingAlgorithms,
  this.nextPageToken,
});