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 SourceHttp_git_disabled
Declaration
public bool? Http_git_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Lfs_disabled
Declaration
public bool? Lfs_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Migrations_disabled
Declaration
public bool? Migrations_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Mirrors_disabled
Declaration
public bool? Mirrors_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Stars_disabled
Declaration
public bool? Stars_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Time_tracking_disabled
Declaration
public bool? Time_tracking_disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |