Search Results for

    Show / Hide Table of Contents

    Class BranchMergeSummary

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

    Properties

    | Edit this page View Source

    Details

    Declaration
    [JsonProperty("details")]
    public BranchMergeSummary.DetailsData Details { get; set; }
    Property Value
    Type Description
    BranchMergeSummary.DetailsData
    | Edit this page View Source

    DryRun

    Declaration
    [JsonProperty("dryRun")]
    public bool DryRun { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SourceBranchId

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

    Status

    Declaration
    [JsonProperty("status")]
    public BranchMergeStatusId Status { get; set; }
    Property Value
    Type Description
    BranchMergeStatusId
    | Edit this page View Source

    TargetBranchId

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