Table of Contents

Class SwitchUpdate

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

Switch

[DataContract]
public class SwitchUpdate
Inheritance
SwitchUpdate
Inherited Members

Properties

NextUpgrade

Next upgrade

[DataMember(Name = "nextUpgrade")]
public NextUpgradeUpdate NextUpgrade { get; set; }

Property Value

NextUpgradeUpdate

ParticipateInNextBetaRelease

Participate in next beta release?

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

Property Value

bool