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

RequestDeviceInfoStatus

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

Status of the REQUEST_DEVICE_INFO command.

interface RequestDeviceInfoStatus {
eidInfo?: EidInfo;
readonly status?:
| "STATUS_UNSPECIFIED"
| "SUCCEEDED"
| "PENDING_USER_ACTION"
| "USER_DECLINED"
| "UNSUPPORTED";
}

§Properties

§
eidInfo?: EidInfo
[src]

Information related to the EIDs of the device.

§
readonly status?: "STATUS_UNSPECIFIED" | "SUCCEEDED" | "PENDING_USER_ACTION" | "USER_DECLINED" | "UNSUPPORTED"
[src]

Output only. Status of a REQUEST_DEVICE_INFO command.