BackupServiceToggledEvent

  • An admin has enabled or disabled the backup service.

  • The JSON representation of this event includes the admin's package name and user ID, and the current state of the backup service.

  • The adminPackageName field is a string representing the package name of the admin app requesting the change.

  • The adminUserId field is an integer representing the user ID of the admin app.

  • The backupServiceState field is an enum indicating whether the backup service is enabled.

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

Design a Mobile Site
View Site in Mobile | Classic
Share by: