Table of Contents

Class NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic

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

Automatic Busy Hour settings

[DataContract]
public class NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic
Inheritance
NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic
Inherited Members

Constructors

NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic()

public NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic()

Properties

End

The hour that Automatic Busy Hour ends each day, in the network time zone

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "end")]
public string End { get; set; }

Property Value

string

Start

The hour that Automatic Busy Hour starts each day, in the network time zone

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "start")]
public string Start { get; set; }

Property Value

string