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

ProjectsDeviceSessionsListOptions

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

Additional options for Testing#projectsDeviceSessionsList.

interface ProjectsDeviceSessionsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. If specified, responses will be filtered by the given filter. Allowed fields are: session_state.

§
pageSize?: number
[src]

Optional. The maximum number of DeviceSessions to return.

§
pageToken?: string
[src]

Optional. A continuation token for paging.