Class AdbShellCommandEvent
A shell command was issued over ADB via “adb shell command”.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class AdbShellCommandEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ShellCmd
Shell command that was issued over ADB via "adb shell command". Redacted to empty string on organization-owned managed profile devices.
Declaration
[JsonProperty("shellCmd")]
public virtual string ShellCmd { get; set; }
Property Value
Type | Description |
---|---|
string |