Search Results for

    Show / Hide Table of Contents

    Class ReviewedStringBuild

    Inheritance
    object
    ReviewedStringBuild
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.SourceFiles
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class ReviewedStringBuild

    Properties

    | Edit this page View Source

    Attributes

    Declaration
    [JsonProperty("attributes")]
    public ReviewedStringBuild.AttributesHolder Attributes { get; set; }
    Property Value
    Type Description
    ReviewedStringBuild.AttributesHolder
    | Edit this page View Source

    Id

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

    Progress

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

    ProjectId

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

    Status

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