View Source GoogleApi.AndroidManagement.V1.Model.ClearAppsDataParams (google_api_android_management v0.57.0)
Parameters associated with the CLEAR_APP_DATA command to clear the data of specified apps from the device.
Attributes
-
packageNames
(type:list(String.t)
, default:nil
) - The package names of the apps whose data will be cleared when the command is executed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ClearAppsDataParams{ packageNames: [String.t()] | nil }