BackupServiceToggledEvent
Stay organized with collections
Save and categorize content based on your preferences.
An admin has enabled or disabled backup service.
JSON representation |
{
"adminPackageName": string,
"adminUserId": integer,
"backupServiceState": enum (BackupServiceState )
} |
Fields |
adminPackageName |
string
Package name of the admin app requesting the change.
|
adminUserId |
integer
User ID of the admin app from the which the change was requested.
|
backupServiceState |
enum (BackupServiceState )
Whether the backup service is enabled
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-28 UTC.
[null,null,["Last updated 2025-04-28 UTC."],[],[],null,["# BackupServiceToggledEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn admin has enabled or disabled backup service.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"adminPackageName\": string, \"adminUserId\": integer, \"backupServiceState\": enum (/android/management/reference/rest/v1/BackupServiceState) } ``` |\n\n| Fields ||\n|----------------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `adminPackageName` | `string` Package name of the admin app requesting the change. |\n| `adminUserId` | `integer` User ID of the admin app from the which the change was requested. |\n| `backupServiceState` | `enum (`[BackupServiceState](/android/management/reference/rest/v1/BackupServiceState)`)` Whether the backup service is enabled |"]]