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

LabInfo

import type { LabInfo } from "https://googleapis.deno.dev/v1/testing:v1.ts";

Lab specific information for a device.

interface LabInfo {
name?: string;
regionCode?: string;
}

§Properties

§
name?: string
[src]

Lab name where the device is hosted. If empty, the device is hosted in a Google owned lab.

§
regionCode?: string
[src]

The Unicode country/region code (CLDR) of the lab where the device is hosted. E.g. "US" for United States, "CH" for Switzerland.