Search Results for

    Show / Hide Table of Contents

    Class TranslationProjectBuild

    Inheritance
    System.Object
    TranslationProjectBuild
    Namespace: Crowdin.Api.Translations
    Assembly: Crowdin.Api.dll
    Syntax
    public class TranslationProjectBuild : object

    Properties

    | Improve this Doc View Source

    Attributes

    Declaration
    public TranslationProjectBuild.AttributesHolder Attributes { get; set; }
    Property Value
    Type Description
    TranslationProjectBuild.AttributesHolder
    | Improve this Doc View Source

    CreatedAt

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

    FinishedAt

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

    Id

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

    Progress

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

    ProjectId

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

    Status

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

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX