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

NetworkConfiguration

import type { NetworkConfiguration } from "https://googleapis.deno.dev/v1/testing:v1.ts";
interface NetworkConfiguration {
downRule?: TrafficRule;
id?: string;
upRule?: TrafficRule;
}

§Properties

§
downRule?: TrafficRule
[src]

The emulation rule applying to the download traffic.

§
id?: string
[src]

The unique opaque id for this network traffic configuration.

§

The emulation rule applying to the upload traffic.