Search Results for

    Show / Hide Table of Contents

    Class Branch

    Branch represents a repository branch

    Inheritance
    System.Object
    Branch
    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 Branch

    Properties

    | Improve this Doc View Source

    Commit

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

    Effective_branch_protection_name

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

    Enable_status_check

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

    Name

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

    Protected

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

    Required_approvals

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

    Status_check_contexts

    Declaration
    public ICollection<string> Status_check_contexts { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    User_can_merge

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

    User_can_push

    Declaration
    public bool? User_can_push { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH