Struct google_androidmanagement1::StatusReportingSettings[][src]

pub struct StatusReportingSettings {
    pub network_info_enabled: Option<bool>,
    pub memory_info_enabled: Option<bool>,
    pub hardware_status_enabled: Option<bool>,
    pub device_settings_enabled: Option<bool>,
    pub display_info_enabled: Option<bool>,
    pub power_management_events_enabled: Option<bool>,
    pub software_info_enabled: Option<bool>,
    pub application_reports_enabled: Option<bool>,
}

Settings controlling the behavior of status reports.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether network info reporting is enabled.

Whether memory reporting is enabled.

Whether hardware status reporting is enabled.

Whether device settings reporting is enabled.

Whether displays reporting is enabled.

Whether power management event reporting is enabled.

Whether software info reporting is enabled.

Whether app reports are enabled.

Trait Implementations

impl Default for StatusReportingSettings
[src]

Returns the "default value" for a type. Read more

impl Clone for StatusReportingSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StatusReportingSettings
[src]

Formats the value using the given formatter. Read more

impl Part for StatusReportingSettings
[src]

Auto Trait Implementations