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

UnclaimDevicesRequest

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

Request to unclaim devices asynchronously in batch.

interface UnclaimDevicesRequest {
unclaims?: PartnerUnclaim[];
}

§Properties

§
unclaims?: PartnerUnclaim[]
[src]

Required. The list of devices to unclaim.