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

PlatformTypesListResponse

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

Platform Type List Response

interface PlatformTypesListResponse {
kind?: string;
platformTypes?: PlatformType[];
}

§Properties

§
kind?: string
[src]

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

§
platformTypes?: PlatformType[]
[src]

Platform type collection.