View Source GoogleApi.AndroidManagement.V1.Model.UsageLog (google_api_android_management v0.48.2)

Controls types of device activity logs collected from the device and reported via Pub/Sub notification (https://developers.google.com/android/management/notifications).

Attributes

  • enabledLogTypes (type: list(String.t), default: nil) - Specifies which log types are enabled. Note that users will receive on-device messaging when usage logging is enabled.
  • uploadOnCellularAllowed (type: list(String.t), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.UsageLog{
  enabledLogTypes: [String.t()] | nil,
  uploadOnCellularAllowed: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.