GoogleApi.AndroidManagement.V1.Model.SystemUpdateInfo (google_api_android_management v0.34.1) View Source
Information about a potential pending system update.
Attributes
-
updateReceivedTime
(type:DateTime.t
, default:nil
) - The time when the update was first available. A zero value indicates that this field is not set. This field is set only if an update is available (that is, updateStatus is neither UPDATE_STATUS_UNKNOWN nor UP_TO_DATE). -
updateStatus
(type:String.t
, default:nil
) - The status of an update: whether an update exists and what type it is.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AndroidManagement.V1.Model.SystemUpdateInfo{ updateReceivedTime: DateTime.t(), updateStatus: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.