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

ListDeviceSessionsResponse

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

A list of device sessions.

interface ListDeviceSessionsResponse {
deviceSessions?: DeviceSession[];
nextPageToken?: string;
}

§Properties

§
deviceSessions?: DeviceSession[]
[src]

The sessions matching the specified filter in the given cloud project.

§
nextPageToken?: string
[src]

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.