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

MobileCarrier

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

Contains information about a mobile carrier that can be targeted by ads.

interface MobileCarrier {
countryCode?: string;
countryDartId?: bigint;
id?: bigint;
kind?: string;
name?: string;
}

§Properties

§
countryCode?: string
[src]

Country code of the country to which this mobile carrier belongs.

§
countryDartId?: bigint
[src]

DART ID of the country to which this mobile carrier belongs.

§
id?: bigint
[src]

ID of this mobile carrier.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this mobile carrier.