View Source
Class WebhookRequest
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class WebhookRequest
Properties
View Source
EventAlias
Declaration
public string EventAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
RequestObject
Declaration
public string RequestObject { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RetryCount
Declaration
public int RetryCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
WebhookKey
Declaration
public Guid WebhookKey { get; set; }
Property Value