View Source GoogleApi.AndroidManagement.V1.Model.AdbShellCommandEvent (google_api_android_management v0.57.0)
A shell command was issued over ADB via “adb shell command”.
Attributes
-
shellCmd
(type:String.t
, default:nil
) - Shell command that was issued over ADB via "adb shell command". Redacted to empty string on organization-owned managed profile devices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.AdbShellCommandEvent{ shellCmd: String.t() | nil }