Class WebhookLog
Webhook Log
[DataContract]
public class WebhookLog
- Inheritance
-
WebhookLog
- Inherited Members
Constructors
WebhookLog()
public WebhookLog()
Properties
AlertType
Gets the alert type
[DataMember(Name = "alertType")]
public string AlertType { get; set; }
Property Value
LoggedAt
Gets the logged at
[DataMember(Name = "loggedAt")]
public DateTime LoggedAt { get; set; }
Property Value
NetworkId
Gets the network id
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
OrganizationId
Gets the organization id
[DataMember(Name = "organizationId")]
public string OrganizationId { get; set; }
Property Value
ResponseCode
Gets the response code
[DataMember(Name = "responseCode")]
public int ResponseCode { get; set; }
Property Value
ResponseDuration
Gets the response duration
[DataMember(Name = "responseDuration")]
public int ResponseDuration { get; set; }
Property Value
SentAt
Gets the sent at
[DataMember(Name = "sentAt")]
public DateTime SentAt { get; set; }
Property Value
Url
Gets the url
[DataMember(Name = "url")]
public string Url { get; set; }