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

CustomerUnclaimDeviceRequest

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

Request message for customer to unclaim a device.

interface CustomerUnclaimDeviceRequest {
device?: DeviceReference;
}

§Properties

§

Required. The device to unclaim. There are custom validations in UnclaimDeviceRequestValidator.