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

ConnectionTypesListResponse

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

Connection Type List Response

interface ConnectionTypesListResponse {
connectionTypes?: ConnectionType[];
kind?: string;
}

§Properties

§
connectionTypes?: ConnectionType[]
[src]

Collection of connection types such as broadband and mobile.

§
kind?: string
[src]

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