Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DevicePoolCompatibilityResult

import type { DevicePoolCompatibilityResult } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";

Represents a device pool compatibility result.

interface DevicePoolCompatibilityResult {
compatible?: boolean | null;
device?: Device | null;
incompatibilityMessages?: IncompatibilityMessage[] | null;
}

§Properties

§
compatible?: boolean | null
[src]

Whether the result was compatible with the device pool.

§
device?: Device | null
[src]

The device (phone or tablet) to return information about.

§
incompatibilityMessages?: IncompatibilityMessage[] | null
[src]

Information about the compatibility.