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

DevicesLongRunningOperationResponse

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

Tracks the status of a long-running operation to claim, unclaim, or attach metadata to devices. To learn more, read Long‑running batch operations.

interface DevicesLongRunningOperationResponse {
perDeviceStatus?: OperationPerDevice[];
successCount?: number;
}

§Properties

§
perDeviceStatus?: OperationPerDevice[]
[src]

The processing status for each device in the operation. One PerDeviceStatus per device. The list order matches the items in the original request.

§
successCount?: number
[src]

A summary of how many items in the operation the server processed successfully. Updated as the operation progresses.