Class LiveToolsCableTestCreate
Live Tools Cable Test Create
[DataContract]
public class LiveToolsCableTestCreate
- Inheritance
-
LiveToolsCableTestCreate
- Inherited Members
Properties
Callback
Details for the callback. Please include either an httpServerId OR url and sharedSecret
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsCableTestCreateCallback Callback { get; set; }
Property Value
Ports
A list of ports for which to perform the cable test.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }