Show / Hide Table of Contents

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).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX