View Source GoogleApi.AndroidManagement.V1.Model.ClearAppsDataStatus (google_api_android_management v0.48.2)

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.