Class DeviceLiveToolsCyclePortGetResponseRequest
Cycle port request parameters
[DataContract]
public class DeviceLiveToolsCyclePortGetResponseRequest
- Inheritance
-
DeviceLiveToolsCyclePortGetResponseRequest
- Inherited Members
Constructors
DeviceLiveToolsCyclePortGetResponseRequest()
public DeviceLiveToolsCyclePortGetResponseRequest()
Properties
Ports
A list of ports to cycle
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }
Property Value
Serial
Device serial number
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }