Class OrganizationWebhookTest
Organization Webhook Test
[DataContract]
public class OrganizationWebhookTest
- Inheritance
-
OrganizationWebhookTest
- Inherited Members
Constructors
OrganizationWebhookTest()
public OrganizationWebhookTest()
Properties
Id
Webhook delivery identifier
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Status
Current status of the webhook delivery
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "status")]
public TestStatus Status { get; set; }
Property Value
Url
URL where the webhook was delivered
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "url")]
public string Url { get; set; }