Class DeviceReport
Device report updated with the latest app states for managed apps on the device.
Implements
Inherited Members
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? |