Job
import type { Job } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devicefarm.ts";interface Job {
arn?: string | null;
counters?: Counters | null;
created?: Date | number | null;
device?: Device | null;
deviceMinutes?: DeviceMinutes | null;
instanceArn?: string | null;
message?: string | null;
name?: string | null;
result?: ExecutionResult | null;
started?: Date | number | null;
status?: ExecutionStatus | null;
stopped?: Date | number | null;
type?: TestType | null;
videoCapture?: boolean | null;
videoEndpoint?: string | null;
}§Properties
§
deviceMinutes?: DeviceMinutes | null
[src]§
result?: ExecutionResult | null
[src]§
status?: ExecutionStatus | null
[src]