Run
import type { Run } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";interface Run {
appUpload?: string | null;
arn?: string | null;
billingMethod?: BillingMethod | null;
completedJobs?: number | null;
counters?: Counters | null;
created?: Date | number | null;
customerArtifactPaths?: CustomerArtifactPaths | null;
deviceMinutes?: DeviceMinutes | null;
devicePoolArn?: string | null;
deviceSelectionResult?: DeviceSelectionResult | null;
eventCount?: number | null;
jobTimeoutMinutes?: number | null;
locale?: string | null;
location?: Location | null;
message?: string | null;
name?: string | null;
networkProfile?: NetworkProfile | null;
parsingResultUrl?: string | null;
platform?: DevicePlatform | null;
radios?: Radios | null;
result?: ExecutionResult | null;
resultCode?: ExecutionResultCode | null;
seed?: number | null;
skipAppResign?: boolean | null;
started?: Date | number | null;
status?: ExecutionStatus | null;
stopped?: Date | number | null;
testSpecArn?: string | null;
totalJobs?: number | null;
type?: TestType | null;
webUrl?: string | null;
}§Properties
§
billingMethod?: BillingMethod | null
[src]§
customerArtifactPaths?: CustomerArtifactPaths | null
[src]§
deviceMinutes?: DeviceMinutes | null
[src]§
deviceSelectionResult?: DeviceSelectionResult | null
[src]§
networkProfile?: NetworkProfile | null
[src]§
platform?: DevicePlatform | null
[src]§
result?: ExecutionResult | null
[src]§
resultCode?: ExecutionResultCode | null
[src]§
status?: ExecutionStatus | null
[src]