Search Results for

    Show / Hide Table of Contents

    Class BranchCloneStatus

    Inheritance
    System.Object
    BranchCloneStatus
    Namespace: Crowdin.Api.Branches
    Assembly: Crowdin.Api.dll
    Syntax
    public class BranchCloneStatus : object

    Properties

    | Improve this Doc View Source

    Attributes

    Declaration
    public object Attributes { get; set; }
    Property Value
    Type Description
    System.Object
    | 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

    Identifier

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

    Progress

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

    StartedAt

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

    Status

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