Table of Contents

Class OrganizationsWirelessRadioAutoRfByNetworkBusyHourScheduleAutomatic

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

Automatic Busy Hour settings

[DataContract]
public class OrganizationsWirelessRadioAutoRfByNetworkBusyHourScheduleAutomatic
Inheritance
OrganizationsWirelessRadioAutoRfByNetworkBusyHourScheduleAutomatic
Inherited Members

Constructors

OrganizationsWirelessRadioAutoRfByNetworkBusyHourScheduleAutomatic()

public OrganizationsWirelessRadioAutoRfByNetworkBusyHourScheduleAutomatic()

Properties

End

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

[ApiAccess(ApiAccess.ReadWrite)]
[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.ReadWrite)]
[DataMember(Name = "start")]
public string Start { get; set; }

Property Value

string