google_api_android_management v0.7.0 GoogleApi.AndroidManagement.V1.Model.StatusReportingSettings View Source
Settings controlling the behavior of status reports.
Attributes
- applicationReportingSettings (ApplicationReportingSettings): Application reporting settings. Only applicable if application_reports_enabled is true. Defaults to:
null
. - 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 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()
View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.StatusReportingSettings{
applicationReportingSettings:
GoogleApi.AndroidManagement.V1.Model.ApplicationReportingSettings.t(),
applicationReportsEnabled: any(),
deviceSettingsEnabled: any(),
displayInfoEnabled: any(),
hardwareStatusEnabled: any(),
memoryInfoEnabled: any(),
networkInfoEnabled: any(),
powerManagementEventsEnabled: any(),
softwareInfoEnabled: any()
}
t() :: %GoogleApi.AndroidManagement.V1.Model.StatusReportingSettings{ applicationReportingSettings: GoogleApi.AndroidManagement.V1.Model.ApplicationReportingSettings.t(), 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
Unwrap a decoded JSON object into its complex fields.