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

RequestDeviceInfoParams

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

Parameters associated with the REQUEST_DEVICE_INFO command to get device related information.

interface RequestDeviceInfoParams {
deviceInfo?: "DEVICE_INFO_UNSPECIFIED" | "EID";
}

§Properties

§
deviceInfo?: "DEVICE_INFO_UNSPECIFIED" | "EID"
[src]

Required. Type of device information to be requested.