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

FindDevicesByDeviceIdentifierRequest

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

Request to find devices.

interface FindDevicesByDeviceIdentifierRequest {
deviceIdentifier?: DeviceIdentifier;
limit?: bigint;
pageToken?: string;
}

§Properties

§
deviceIdentifier?: DeviceIdentifier
[src]

Required. Required. The device identifier to search for.

§
limit?: bigint
[src]

Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.

§
pageToken?: string
[src]

A token specifying which result page to return.