Runbook constructor
      
      Runbook({})
     
    
    
Implementation
Runbook({
  required this.documentName,
  this.documentVersion,
  this.maxConcurrency,
  this.maxErrors,
  this.parameters,
  this.targetLocations,
  this.targetParameterName,
  this.targets,
});