Class UpdateMessage
Represents an update message.
Assembly: Meadow.Contracts.dll
View Source
public class UpdateMessage : UpdateInfo
Inheritance: System.Object
-> Meadow.Update.UpdateInfo
Properties
MpakID
Gets or sets the ID of the MPak.
View Source
public string MpakID { get; set; }
MpakDownloadUrl
Gets or sets the download URL of the MPak.
View Source
public string MpakDownloadUrl { get; set; }
MpakWithOsDownloadUrl
Gets or sets the download URL of the MPak including OS.
View Source
public string MpakWithOsDownloadUrl { get; set; }
OsVersion
Target OS Version for the update.
View Source
public string OsVersion { get; set; }