CustomBiddingAlgorithm constructor

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

Implementation

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