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

UpdateMetadataArguments

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

Identifies metadata updates to one device.

interface UpdateMetadataArguments {
deviceId?: bigint;
deviceIdentifier?: DeviceIdentifier;
deviceMetadata?: DeviceMetadata;
}

§Properties

§
deviceId?: bigint
[src]

Required. Device ID of the device.

§
deviceIdentifier?: DeviceIdentifier
[src]

Required. Device identifier.

§
deviceMetadata?: DeviceMetadata
[src]

Required. The metadata to update.