Operation
import type { Operation } from "https://googleapis.deno.dev/v1/androiddeviceprovisioning:v1.ts";
This resource represents a long-running operation that is the result of a network API call.
interface Operation {
done?: boolean;
error?: Status;
metadata?: {};
[key: string]: any;
name?: string;
response?: {};
}[key: string]: any;
§Properties
§
done?: boolean
[src]If the value is false
, it means the operation is still in progress. If
true
, the operation is completed, and either error
or response
is
available.
§
metadata?: {}
[src][key: string]: any;
This field will contain a DevicesLongRunningOperationMetadata
object if
the operation is created by claimAsync
, unclaimAsync
, or
updateMetadataAsync
.