View Source GoogleApi.AndroidManagement.V1.Model.ClearAppsDataStatus (google_api_android_management v0.57.0)
Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device.
Attributes
-
results
(type:%{optional(String.t) => GoogleApi.AndroidManagement.V1.Model.PerAppResult.t}
, default:nil
) - The per-app results, a mapping from package names to the respective clearing result.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.ClearAppsDataStatus{ results: %{ optional(String.t()) => GoogleApi.AndroidManagement.V1.Model.PerAppResult.t() } | nil }