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

MobileCarriersListResponse

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

Mobile Carrier List Response

interface MobileCarriersListResponse {
kind?: string;
mobileCarriers?: MobileCarrier[];
}

§Properties

§
kind?: string
[src]

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

§
mobileCarriers?: MobileCarrier[]
[src]

Mobile carrier collection.