Search Results for

    Show / Hide Table of Contents

    Class BranchMergeSummary

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

    Properties

    | Improve this Doc View Source

    Details

    Declaration
    public BranchMergeSummary.DetailsData Details { get; set; }
    Property Value
    Type Description
    BranchMergeSummary.DetailsData
    | Improve this Doc View Source

    DryRun

    Declaration
    public bool DryRun { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SourceBranchId

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

    Status

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

    TargetBranchId

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