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

ClaimDeviceResponse

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

Response message containing device id of the claim.

interface ClaimDeviceResponse {
deviceId?: bigint;
deviceName?: string;
}

§Properties

§
deviceId?: bigint
[src]

The device ID of the claimed device.

§
deviceName?: string
[src]

The resource name of the device in the format partners/[PARTNER_ID]/devices/[DEVICE_ID].