Class SwitchPortUpdatePortScheduleIdRequest
A device switch port update request to change the PortSchedule ID.
[DataContract]
public class SwitchPortUpdatePortScheduleIdRequest
- Inheritance
-
SwitchPortUpdatePortScheduleIdRequest
- Inherited Members
Constructors
SwitchPortUpdatePortScheduleIdRequest()
public SwitchPortUpdatePortScheduleIdRequest()
Properties
PortScheduleId
The ID of the port schedule. A value of null will clear the port schedule
[DataMember(Name = "portScheduleId")]
[JsonProperty(NullValueHandling = NullValueHandling.Include)]
public string? PortScheduleId { get; set; }