Show / Hide Table of Contents

Class LostModeLocationEvent

A lost mode event containing the device location and battery level as a percentage.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX