Class LiveToolsCableTestCallback
Live Tools Cable Test Callback
[DataContract]
public class LiveToolsCableTestCallback
- Inheritance
-
LiveToolsCableTestCallback
- Inherited Members
Properties
Id
The ID of the callback. To check the status of the callback, use this ID in a request to /webhooks/callbacks/statuses/{id}
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Status
Status of the callback
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public string Status { get; set; }
Property Value
Url
The callback URL for the webhook target. This was either provided in the original request or comes from a configured webhook receiver.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }