Run constructor
Run({
- String? appUpload,
- String? arn,
- BillingMethod? billingMethod,
- int? completedJobs,
- Counters? counters,
- DateTime? created,
- CustomerArtifactPaths? customerArtifactPaths,
- DeviceMinutes? deviceMinutes,
- String? devicePoolArn,
- DeviceSelectionResult? deviceSelectionResult,
- int? eventCount,
- int? jobTimeoutMinutes,
- String? locale,
- Location? location,
- String? message,
- String? name,
- NetworkProfile? networkProfile,
- String? parsingResultUrl,
- DevicePlatform? platform,
- Radios? radios,
- ExecutionResult? result,
- ExecutionResultCode? resultCode,
- int? seed,
- bool? skipAppResign,
- DateTime? started,
- ExecutionStatus? status,
- DateTime? stopped,
- String? testSpecArn,
- int? totalJobs,
- TestType? type,
- 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,
});