View Source
Class WebhookEventViewModel
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
Syntax
[DataContract]
public class WebhookEventViewModel
Properties
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventName
Declaration
[DataMember(Name = "eventName")]
public string EventName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
EventType
Declaration
[DataMember(Name = "eventType")]
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|