Table of Contents

Class NextUpgradeUpdate

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Pending firmware update

[DataContract]
public class NextUpgradeUpdate
Inheritance
NextUpgradeUpdate
Inherited Members

Properties

Time

Time of last successful upgrade

[DataMember(Name = "time")]
public string Time { get; set; }

Property Value

string

ToVersion

To version

[DataMember(Name = "toVersion")]
public VersionUpdate ToVersion { get; set; }

Property Value

VersionUpdate