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

GetDeviceSimLockStateRequest

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

Request to get a device's SIM lock status.

interface GetDeviceSimLockStateRequest {
deviceIdentifier?: DeviceIdentifier;
}

§Properties

§
deviceIdentifier?: DeviceIdentifier
[src]

Required. Required. The device identifier to search for.