google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.SoftwareInfo View Source
Information about device software.
Attributes
- androidBuildNumber (String.t): Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys. Defaults to:
null
. - androidBuildTime (DateTime.t): Build time. Defaults to:
null
. - androidDevicePolicyVersionCode (integer()): The Android Device Policy app version code. Defaults to:
null
. - androidDevicePolicyVersionName (String.t): The Android Device Policy app version as displayed to the user. Defaults to:
null
. - androidVersion (String.t): The user-visible Android version string. For example, 6.0.1. Defaults to:
null
. - bootloaderVersion (String.t): The system bootloader version number, e.g. 0.6.7. Defaults to:
null
. - deviceBuildSignature (String.t): SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified. Defaults to:
null
. - deviceKernelVersion (String.t): Kernel version, for example, 2.6.32.9-g103d848. Defaults to:
null
. - securityPatchLevel (String.t): Security patch level, e.g. 2016-05-01. 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.SoftwareInfo{ androidBuildNumber: any(), androidBuildTime: DateTime.t(), androidDevicePolicyVersionCode: any(), androidDevicePolicyVersionName: any(), androidVersion: any(), bootloaderVersion: any(), deviceBuildSignature: any(), deviceKernelVersion: any(), securityPatchLevel: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.