CustomBiddingScript constructor
      
      CustomBiddingScript({ 
    
    
- bool? active,
 - String? createTime,
 - String? customBiddingAlgorithmId,
 - String? customBiddingScriptId,
 - List<
ScriptError> ? errors, - String? name,
 - CustomBiddingScriptRef? script,
 - String? state,
 
Implementation
CustomBiddingScript({
  this.active,
  this.createTime,
  this.customBiddingAlgorithmId,
  this.customBiddingScriptId,
  this.errors,
  this.name,
  this.script,
  this.state,
});