Class SystemUpdateInfo
Information about a potential pending system update.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class SystemUpdateInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateReceivedTime
object representation of UpdateReceivedTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateReceivedTimeDateTimeOffset instead.")]
public virtual object UpdateReceivedTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateReceivedTimeDateTimeOffset
DateTimeOffset representation of UpdateReceivedTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateReceivedTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateReceivedTimeRaw
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).
Declaration
[JsonProperty("updateReceivedTime")]
public virtual string UpdateReceivedTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateStatus
The status of an update: whether an update exists and what type it is.
Declaration
[JsonProperty("updateStatus")]
public virtual string UpdateStatus { get; set; }
Property Value
Type | Description |
---|---|
string |