Search Results for

    Show / Hide Table of Contents
    View Source

    Class WebhookLogViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common.Models
    Assembly: Umbraco.Web.Common.dll
    Syntax
    [DataContract]
    public class WebhookLogViewModel

    Properties

    View Source

    Date

    Declaration
    [DataMember(Name = "date")]
    public DateTime Date { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    EventAlias

    Declaration
    [DataMember(Name = "eventAlias")]
    public string EventAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ExceptionOccured

    Declaration
    [DataMember(Name = "exceptionOccured")]
    public bool ExceptionOccured { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    IsSuccessStatusCode

    Declaration
    [DataMember(Name = "isSuccessStatusCode")]
    public bool IsSuccessStatusCode { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Key

    Declaration
    [DataMember(Name = "key")]
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    RequestBody

    Declaration
    [DataMember(Name = "requestBody")]
    public string RequestBody { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RequestHeaders

    Declaration
    [DataMember(Name = "requestHeaders")]
    public string RequestHeaders { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ResponseBody

    Declaration
    [DataMember(Name = "responseBody")]
    public string ResponseBody { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ResponseHeaders

    Declaration
    [DataMember(Name = "responseHeaders")]
    public string ResponseHeaders { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    RetryCount

    Declaration
    [DataMember(Name = "retryCount")]
    public int RetryCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    StatusCode

    Declaration
    [DataMember(Name = "statusCode")]
    public string StatusCode { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Url

    Declaration
    [DataMember(Name = "url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    WebhookKey

    Declaration
    [DataMember(Name = "webhookKey")]
    public Guid WebhookKey { get; set; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Date
      • EventAlias
      • ExceptionOccured
      • IsSuccessStatusCode
      • Key
      • RequestBody
      • RequestHeaders
      • ResponseBody
      • ResponseHeaders
      • RetryCount
      • StatusCode
      • Url
      • WebhookKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX