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

CustomerListDevicesResponse

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

Response message of customer's liting devices.

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

§Properties

§
devices?: Device[]
[src]

The customer's devices.

§
nextPageToken?: string
[src]

A token used to access the next page of results. Omitted if no further results are available.