google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.StatusReportingSettings View Source

Settings controlling the behavior of status reports.

Attributes

  • applicationReportsEnabled (boolean()): Whether app reports are enabled. Defaults to: null.
  • deviceSettingsEnabled (boolean()): Whether device settings reporting is enabled. Defaults to: null.
  • displayInfoEnabled (boolean()): Whether displays reporting is enabled. Defaults to: null.
  • hardwareStatusEnabled (boolean()): Whether hardware status reporting is enabled. Defaults to: null.
  • memoryInfoEnabled (boolean()): Whether memory info reporting is enabled. Defaults to: null.
  • networkInfoEnabled (boolean()): Whether network info reporting is enabled. Defaults to: null.
  • powerManagementEventsEnabled (boolean()): Whether power management event reporting is enabled. Defaults to: null.
  • softwareInfoEnabled (boolean()): Whether software info reporting is enabled. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.StatusReportingSettings{
  applicationReportsEnabled: any(),
  deviceSettingsEnabled: any(),
  displayInfoEnabled: any(),
  hardwareStatusEnabled: any(),
  memoryInfoEnabled: any(),
  networkInfoEnabled: any(),
  powerManagementEventsEnabled: any(),
  softwareInfoEnabled: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.