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

UpdateDeviceMetadataRequest

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

Request to set metadata for a device.

interface UpdateDeviceMetadataRequest {
deviceMetadata?: DeviceMetadata;
}

§Properties

§
deviceMetadata?: DeviceMetadata
[src]

Required. The metadata to attach to the device.