Class ClearAppsDataStatus
Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ClearAppsDataStatus : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
The per-app results, a mapping from package names to the respective clearing result.
Declaration
[JsonProperty("results")]
public virtual IDictionary<string, PerAppResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PerAppResult> |