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

BackupServiceToggledEvent

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

An admin has enabled or disabled backup service.

interface BackupServiceToggledEvent {
adminPackageName?: string;
adminUserId?: number;
backupServiceState?: "BACKUP_SERVICE_STATE_UNSPECIFIED" | "BACKUP_SERVICE_DISABLED" | "BACKUP_SERVICE_ENABLED";
}

§Properties

§
adminPackageName?: string
[src]

Package name of the admin app requesting the change.

§
adminUserId?: number
[src]

User ID of the admin app from the which the change was requested.

§
backupServiceState?: "BACKUP_SERVICE_STATE_UNSPECIFIED" | "BACKUP_SERVICE_DISABLED" | "BACKUP_SERVICE_ENABLED"
[src]

Whether the backup service is enabled