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

ListDevicesResponse

import type { ListDevicesResponse } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Response to a request to list devices for a given enterprise.

interface ListDevicesResponse {
devices?: Device[];
nextPageToken?: string;
}

§Properties

§
devices?: Device[]
[src]

The list of devices.

§
nextPageToken?: string
[src]

If there are more results, a token to retrieve next page of results.