Struct google_androidmanagement1::SoftwareInfo[][src]

pub struct SoftwareInfo {
    pub android_build_time: Option<String>,
    pub security_patch_level: Option<String>,
    pub android_build_number: Option<String>,
    pub device_kernel_version: Option<String>,
    pub android_version: Option<String>,
    pub bootloader_version: Option<String>,
}

Information about device software.

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

Fields

Build time.

Security patch level, e.g. 2016-05-01.

Android build Id string meant for displaying to the user, e.g. shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.

Kernel version, e.g. 2.6.32.9-g103d848.

The user visible Android version string, e.g. 6.0.1.

The system bootloader version number, e.g. 0.6.7.

Trait Implementations

impl Default for SoftwareInfo
[src]

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

impl Clone for SoftwareInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoftwareInfo
[src]

Formats the value using the given formatter. Read more

impl Part for SoftwareInfo
[src]

Auto Trait Implementations