Class LostModeLocationEvent
A lost mode event containing the device location and battery level as a percentage.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class LostModeLocationEvent : IDirectResponseSchema
Properties
BatteryLevel
The battery level as a number between 0 and 100 inclusive
Declaration
[JsonProperty("batteryLevel")]
public virtual int? BatteryLevel { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The device location
Declaration
[JsonProperty("location")]
public virtual Location Location { get; set; }
Property Value
Type | Description |
---|---|
Location |