Class Webhook2HeadersDto
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
Assembly: Umbraco.Infrastructure.dll
Syntax
public class Webhook2HeadersDto
Properties
View SourceKey
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebhookId
Declaration
public int WebhookId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |