CustomBiddingAlgorithm constructor

CustomBiddingAlgorithm({
  1. String? advertiserId,
  2. String? customBiddingAlgorithmId,
  3. String? customBiddingAlgorithmType,
  4. String? displayName,
  5. String? entityStatus,
  6. List<CustomBiddingModelDetails>? modelDetails,
  7. String? name,
  8. String? partnerId,
  9. List<String>? sharedAdvertiserIds,
})

Implementation

CustomBiddingAlgorithm({
  this.advertiserId,
  this.customBiddingAlgorithmId,
  this.customBiddingAlgorithmType,
  this.displayName,
  this.entityStatus,
  this.modelDetails,
  this.name,
  this.partnerId,
  this.sharedAdvertiserIds,
});