CustomBiddingScript constructor

CustomBiddingScript({
  1. bool? active,
  2. String? createTime,
  3. String? customBiddingAlgorithmId,
  4. String? customBiddingScriptId,
  5. List<ScriptError>? errors,
  6. String? name,
  7. CustomBiddingScriptRef? script,
  8. String? state,
})

Implementation

CustomBiddingScript({
  this.active,
  this.createTime,
  this.customBiddingAlgorithmId,
  this.customBiddingScriptId,
  this.errors,
  this.name,
  this.script,
  this.state,
});