Class NetworkFirmwareUpdateRequestProduct
Network device to be updated
[DataContract]
public class NetworkFirmwareUpdateRequestProduct
- Inheritance
-
NetworkFirmwareUpdateRequestProduct
- Inherited Members
Properties
NextUpgrade
Next upgrade
[DataMember(Name = "nextUpgrade")]
public NextUpgradeUpdate NextUpgrade { get; set; }
Property Value
ParticipateInNextBetaRelease
Whether or not the network wants beta firmware
[DataMember(Name = "participateInNextBetaRelease")]
public bool? ParticipateInNextBetaRelease { get; set; }
Property Value
- bool?