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

DomainCalls

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

The number of HTTP calls made to the given domain.

interface DomainCalls {
domain?: string;
httpCallCount?: number;
}

§Properties

§
domain?: string
[src]

The domain name.

§
httpCallCount?: number
[src]

Number of HTTP calls made to the domain.