Class WipeParams
Parameters associated with the WIPE command to wipe the device.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WipeParams : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WipeDataFlags
Optional. Flags to determine what data to wipe.
Declaration
[JsonProperty("wipeDataFlags")]
public virtual IList<string> WipeDataFlags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
WipeReason
Optional. A short message displayed to the user before wiping the work profile on personal devices. This has no effect on company owned devices. The maximum message length is 200 characters.
Declaration
[JsonProperty("wipeReason")]
public virtual UserFacingMessage WipeReason { get; set; }
Property Value
| Type | Description |
|---|---|
| UserFacingMessage |