View Source
Class WebhookEventResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class WebhookEventResponseModel
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventName
Declaration
public string EventName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventType
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|