Class LiveToolsThroughputTestCreateResponseCallback
Live Tools Throughput Test Create Response Callback
[DataContract]
public class LiveToolsThroughputTestCreateResponseCallback
- Inheritance
-
LiveToolsThroughputTestCreateResponseCallback
- 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
The 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; }