Class DeviceLiveToolsCyclePortCreateResponseRequest
Cycle port request parameters
[DataContract]
public class DeviceLiveToolsCyclePortCreateResponseRequest
- Inheritance
-
DeviceLiveToolsCyclePortCreateResponseRequest
- Inherited Members
Constructors
DeviceLiveToolsCyclePortCreateResponseRequest()
public DeviceLiveToolsCyclePortCreateResponseRequest()
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; }