Search Results for

    Show / Hide Table of Contents

    Class GeneralRepoSettings

    GeneralRepoSettings contains global repository settings exposed by API

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

    Properties

    | Improve this Doc View Source

    Http_git_disabled

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

    Lfs_disabled

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

    Migrations_disabled

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

    Mirrors_disabled

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

    Stars_disabled

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

    Time_tracking_disabled

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