Show / Hide Table of Contents

Class DeviceReport

Device report updated with the latest app states for managed apps on the device.

Inheritance
object
DeviceReport
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.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class DeviceReport : IDirectResponseSchema

Properties

AppState

List of app states set by managed apps on the device. App states are defined by the app's developers. This field will always be present.

Declaration
[JsonProperty("appState")]
public virtual IList<AppState> AppState { get; set; }
Property Value
Type Description
IList<AppState>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastUpdatedTimestampMillis

The timestamp of the last report update in milliseconds since epoch. This field will always be present.

Declaration
[JsonProperty("lastUpdatedTimestampMillis")]
public virtual long? LastUpdatedTimestampMillis { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX