Show / Hide Table of Contents

Class WipeParams

Parameters associated with the WIPE command to wipe the device.

Inheritance
object
WipeParams
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX