Show / Hide Table of Contents

Class ClearAppsDataStatus

Status of the CLEAR_APP_DATA command to clear the data of specified apps from the device.

Inheritance
object
ClearAppsDataStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX