Run constructor

Run({
  1. String? appUpload,
  2. String? arn,
  3. BillingMethod? billingMethod,
  4. int? completedJobs,
  5. Counters? counters,
  6. DateTime? created,
  7. CustomerArtifactPaths? customerArtifactPaths,
  8. DeviceMinutes? deviceMinutes,
  9. String? devicePoolArn,
  10. DeviceSelectionResult? deviceSelectionResult,
  11. int? eventCount,
  12. int? jobTimeoutMinutes,
  13. String? locale,
  14. Location? location,
  15. String? message,
  16. String? name,
  17. NetworkProfile? networkProfile,
  18. String? parsingResultUrl,
  19. DevicePlatform? platform,
  20. Radios? radios,
  21. ExecutionResult? result,
  22. ExecutionResultCode? resultCode,
  23. int? seed,
  24. bool? skipAppResign,
  25. DateTime? started,
  26. ExecutionStatus? status,
  27. DateTime? stopped,
  28. String? testSpecArn,
  29. int? totalJobs,
  30. TestType? type,
  31. String? webUrl,
})

Implementation

Run({
  this.appUpload,
  this.arn,
  this.billingMethod,
  this.completedJobs,
  this.counters,
  this.created,
  this.customerArtifactPaths,
  this.deviceMinutes,
  this.devicePoolArn,
  this.deviceSelectionResult,
  this.eventCount,
  this.jobTimeoutMinutes,
  this.locale,
  this.location,
  this.message,
  this.name,
  this.networkProfile,
  this.parsingResultUrl,
  this.platform,
  this.radios,
  this.result,
  this.resultCode,
  this.seed,
  this.skipAppResign,
  this.started,
  this.status,
  this.stopped,
  this.testSpecArn,
  this.totalJobs,
  this.type,
  this.webUrl,
});