Search Results for

    Show / Hide Table of Contents

    Class MergeBranchRequest

    Inheritance
    object
    MergeBranchRequest
    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 MergeBranchRequest

    Properties

    | Edit this page View Source

    DeleteAfterMerge

    Declaration
    [JsonProperty("deleteAfterMerge")]
    public bool? DeleteAfterMerge { get; set; }
    Property Value
    Type Description
    bool?
    | 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
    In this article
    Back to top Generated by DocFX