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

WriteDeviceRecallRequest

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

Request to write device recall bits.

interface WriteDeviceRecallRequest {
integrityToken?: string;
newValues?: Values;
}

§Properties

§
integrityToken?: string
[src]

Required. Integrity token obtained from calling Play Integrity API.

§
newValues?: Values
[src]

Required. The new values for the device recall bits to be written.