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

ConnectionType

import type { ConnectionType } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about an internet connection type that can be targeted by ads. Clients can use the connection type to target mobile vs. broadband users.

interface ConnectionType {
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
id?: bigint
[src]

ID of this connection type.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#connectionType".

§
name?: string
[src]

Name of this connection type.