Search Results for

    Show / Hide Table of Contents

    Class MergePullRequestOption

    MergePullRequestForm form for merging Pull Request

    Inheritance
    System.Object
    MergePullRequestOption
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class MergePullRequestOption

    Properties

    | Improve this Doc View Source

    Delete_branch_after_merge

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

    Do

    Declaration
    [Required(AllowEmptyStrings = true)]
    public MergePullRequestOptionDo Do { get; set; }
    Property Value
    Type Description
    MergePullRequestOptionDo
    | Improve this Doc View Source

    Force_merge

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

    Head_commit_id

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

    Merge_when_checks_succeed

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

    MergeCommitID

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

    MergeMessageField

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

    MergeTitleField

    Declaration
    public string MergeTitleField { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH