Class LiveToolsCableTestRequest
Live Tools Cable Test Request
[DataContract]
public class LiveToolsCableTestRequest
- Inheritance
-
LiveToolsCableTestRequest
- Inherited Members
Properties
Ports
A list of ports for which to perform the cable test.
[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; }