Search Results for

    Show / Hide Table of Contents

    Class AddWebhookRequestBase

    Inheritance
    System.Object
    AddWebhookRequestBase
    AddWebhookRequest
    EnterpriseAddWebhookRequest
    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    public abstract class AddWebhookRequestBase : object

    Properties

    | Improve this Doc View Source

    BatchingEnabled

    Declaration
    public bool? BatchingEnabled { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    ContentType

    Declaration
    public ContentType? ContentType { get; set; }
    Property Value
    Type Description
    System.Nullable<ContentType>
    | Improve this Doc View Source

    Headers

    Declaration
    public IDictionary<string, string>? Headers { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.String>>
    | Improve this Doc View Source

    IsActive

    Declaration
    public bool? IsActive { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Payload

    Declaration
    public object? Payload { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Object>
    | Improve this Doc View Source

    RequestType

    Declaration
    public RequestType RequestType { get; set; }
    Property Value
    Type Description
    RequestType
    | Improve this Doc View Source

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX