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

PlatformType

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

Contains information about a platform type that can be targeted by ads.

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

§Properties

§
id?: bigint
[src]

ID of this platform type.

§
kind?: string
[src]

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

§
name?: string
[src]

Name of this platform type.