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

GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse

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

Response message that is returned from the ListDeviceUsers method.

interface GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse {
nextPageToken?: string;
}

§Properties

§

Devices meeting the list restrictions.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results. Empty if there are no more results.