Search Results for

    Show / Hide Table of Contents

    Class OrganizationWebhookResource

    Inheritance
    System.Object
    OrganizationWebhookResource
    Namespace: Crowdin.Api.Webhooks.Organization
    Assembly: Crowdin.Api.dll
    Syntax
    public class OrganizationWebhookResource : object

    Properties

    | Improve this Doc View Source

    BatchingEnabled

    Declaration
    public bool BatchingEnabled { get; set; }
    Property Value
    Type Description
    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

    CreatedAt

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

    Events

    Declaration
    public OrganizationEventType[] Events { get; set; }
    Property Value
    Type Description
    OrganizationEventType[]
    | Improve this Doc View Source

    Headers

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

    Id

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

    IsActive

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    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.Object
    | Improve this Doc View Source

    RequestType

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

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    | 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