Class NetworkWirelessRadioAutoRfUpdateResponseBusyHourScheduleAutomatic
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
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; }