View Source
Class WebhookItemResponseModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class WebhookItemResponseModel
Properties
View Source
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Events
Declaration
public string Events { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Types
Declaration
public string Types { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|