View Source
Class WebhookRequest
Assembly: Umbraco.Core.dll
Syntax
public class WebhookRequest
Properties
View Source
EventAlias
Declaration
public string EventAlias { get; set; }
Property Value
View Source
Id
Declaration
public int Id { get; set; }
Property Value
View Source
RequestObject
Declaration
public string? RequestObject { get; set; }
Property Value
View Source
RetryCount
Declaration
public int RetryCount { get; set; }
Property Value
View Source
WebhookKey
Declaration
public Guid WebhookKey { get; set; }
Property Value