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

SasPortalListDevicesResponse

import type { SasPortalListDevicesResponse } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Response for ListDevices.

interface SasPortalListDevicesResponse {
devices?: SasPortalDevice[];
nextPageToken?: string;
}

§Properties

§

The devices that match the request.

§
nextPageToken?: string
[src]

A pagination token returned from a previous call to ListDevices that indicates from where listing should continue. If the field is missing or empty, it means there is no more devices.