Show / Hide Table of Contents

Class SystemUpdateInfo

Information about a potential pending system update.

Inheritance
object
SystemUpdateInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX