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

DeviceIpBlock

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

A single device IP block

interface DeviceIpBlock {
addedDate?: Date;
block?: string;
form?:
| "DEVICE_FORM_UNSPECIFIED"
| "VIRTUAL"
| "PHYSICAL"
| "EMULATOR";
}

§Properties

§
addedDate?: Date
[src]

The date this block was added to Firebase Test Lab

§
block?: string
[src]

An IP address block in CIDR notation eg: 34.68.194.64/29

§
form?: "DEVICE_FORM_UNSPECIFIED" | "VIRTUAL" | "PHYSICAL" | "EMULATOR"
[src]

Whether this block is used by physical or virtual devices