View Source
Class WebhookViewModel
Inheritance
System.Object
Assembly: Umbraco.Web.Common.dll
Syntax
[DataContract]
public class WebhookViewModel
Properties
View Source
ContentTypeKeys
Declaration
[DataMember(Name = "contentTypeKeys")]
public Guid[] ContentTypeKeys { get; set; }
Property Value
View Source
Enabled
Declaration
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Events
Declaration
[DataMember(Name = "events")]
public WebhookEventViewModel[] Events { get; set; }
Property Value
View Source
Declaration
[DataMember(Name = "headers")]
public IDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
IDictionary<System.String, System.String> |
|
View Source
Id
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Key
Declaration
[DataMember(Name = "key")]
public Guid? Key { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|