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

OperatingSystemsListResponse

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

Operating System List Response

interface OperatingSystemsListResponse {
kind?: string;
operatingSystems?: OperatingSystem[];
}

§Properties

§
kind?: string
[src]

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

§
operatingSystems?: OperatingSystem[]
[src]

Operating system collection.