View Source
Class WebhookRequestDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class WebhookRequestDto
Properties
View Source
Alias
Declaration
public string Alias { 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