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

GoogleAppsCloudidentityDevicesV1ListClientStatesResponse

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

Response message that is returned in ListClientStates.

interface GoogleAppsCloudidentityDevicesV1ListClientStatesResponse {
nextPageToken?: string;
}

§Properties

§

Client states meeting the list restrictions.

§
nextPageToken?: string
[src]

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