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

OperationPerDevice

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

A task for each device in the operation. Corresponds to each device change in the request.

interface OperationPerDevice {
claim?: PartnerClaim;
unclaim?: PartnerUnclaim;
updateMetadata?: UpdateMetadataArguments;
}

§Properties

§

A copy of the original device-claim request received by the server.

§

The processing result for each device.

§

A copy of the original device-unclaim request received by the server.

§

A copy of the original metadata-update request received by the server.