Table of Contents

Class NetworkFirmwareUpdateRequestProduct

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

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

NextUpgradeUpdate

ParticipateInNextBetaRelease

Whether or not the network wants beta firmware

[DataMember(Name = "participateInNextBetaRelease")]
public bool? ParticipateInNextBetaRelease { get; set; }

Property Value

bool?