Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookRequest

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class WebhookRequest

    Properties

    View Source

    EventAlias

    Declaration
    public string EventAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    RequestObject

    Declaration
    public string RequestObject { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RetryCount

    Declaration
    public int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    WebhookKey

    Declaration
    public Guid WebhookKey { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • EventAlias
      • Id
      • RequestObject
      • RetryCount
      • WebhookKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX