Class UsageLog
Controls types of device activity logs collected from the device and reported via Pub/Sub notification (https://developers.google.com/android/management/notifications).
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class UsageLog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnabledLogTypes
Specifies which log types are enabled. Note that users will receive on-device messaging when usage logging is enabled.
Declaration
[JsonProperty("enabledLogTypes")]
public virtual IList<string> EnabledLogTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
UploadOnCellularAllowed
Specifies which of the enabled log types can be uploaded over mobile data. By default logs are queued for upload when the device connects to WiFi.
Declaration
[JsonProperty("uploadOnCellularAllowed")]
public virtual IList<string> UploadOnCellularAllowed { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |