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

StartLostModeParams

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

Parameters associated with the START_LOST_MODE command to put the device into lost mode. At least one of the parameters, not including the organization name, must be provided in order for the device to be put into lost mode.

interface StartLostModeParams {
lostEmailAddress?: string;
lostMessage?: UserFacingMessage;
lostOrganization?: UserFacingMessage;
lostPhoneNumber?: UserFacingMessage;
lostStreetAddress?: UserFacingMessage;
}

§Properties

§
lostEmailAddress?: string
[src]

The email address displayed to the user when the device is in lost mode.

§

The message displayed to the user when the device is in lost mode.

§
lostOrganization?: UserFacingMessage
[src]

The organization name displayed to the user when the device is in lost mode.

§
lostPhoneNumber?: UserFacingMessage
[src]

The phone number that will be called when the device is in lost mode and the call owner button is tapped.

§
lostStreetAddress?: UserFacingMessage
[src]

The street address displayed to the user when the device is in lost mode.