View Source GoogleApi.AndroidManagement.V1.Model.SystemUpdateInfo (google_api_android_management v0.57.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.SystemUpdateInfo{ updateReceivedTime: DateTime.t() | nil, updateStatus: String.t() | nil }