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

OperatingSystemVersionsListResponse

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

Operating System Version List Response

interface OperatingSystemVersionsListResponse {
kind?: string;
operatingSystemVersions?: OperatingSystemVersion[];
}

§Properties

§
kind?: string
[src]

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

§
operatingSystemVersions?: OperatingSystemVersion[]
[src]

Operating system version collection.