Search Results for

    Show / Hide Table of Contents

    Class AddWebhookRequestBase

    Inheritance
    object
    AddWebhookRequestBase
    AddWebhookRequest
    EnterpriseAddWebhookRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    public abstract class AddWebhookRequestBase

    Properties

    | Edit this page View Source

    BatchingEnabled

    Declaration
    [JsonProperty("batchingEnabled")]
    public bool? BatchingEnabled { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    ContentType

    Declaration
    [JsonProperty("contentType")]
    public ContentType? ContentType { get; set; }
    Property Value
    Type Description
    ContentType?
    | Edit this page View Source

    Headers

    Declaration
    [JsonProperty("headers")]
    public IDictionary<string, string>? Headers { get; set; }
    Property Value
    Type Description
    IDictionary<string, string>
    | Edit this page View Source

    IsActive

    Declaration
    [JsonProperty("isActive")]
    public bool? IsActive { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Payload

    Declaration
    [JsonProperty("payload")]
    public object? Payload { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    RequestType

    Declaration
    [JsonProperty("requestType")]
    public RequestType RequestType { get; set; }
    Property Value
    Type Description
    RequestType
    | Edit this page View Source

    Url

    Declaration
    [JsonProperty("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX