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";
}