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

CustomersDevicesListOptions

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

Additional options for prod_tt_SASPortal#customersDevicesList.

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

§Properties

§
filter?: string
[src]

The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial number of the device. The filter is case insensitive.

§
pageSize?: number
[src]

The maximum number of devices to return in the response. If empty or zero, all devices will be listed. Must be in the range [0, 1000].

§
pageToken?: string
[src]

A pagination token returned from a previous call to ListDevices that indicates where this listing should continue from.