Class LiveToolsCableTest
Live Tools Cable Test
[DataContract]
public class LiveToolsCableTest
- Inheritance
-
LiveToolsCableTest
- Inherited Members
Properties
CableTestId
Id of the cable test request. Used to check the status of the request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cableTestId")]
public string CableTestId { get; set; }
Property Value
Callback
Information for callback used to send back results
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public LiveToolsCableTestCallback Callback { get; set; }
Property Value
Request
Cable test request parameters
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public LiveToolsCableTestRequest Request { get; set; }
Property Value
Status
Status of the cable test request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
GET this url to check the status of your cable test request.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }