Class GeneralAPISettings
GeneralAPISettings contains global api settings exposed by it
Inheritance
System.Object
GeneralAPISettings
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 GeneralAPISettings
Properties
| Improve this Doc View SourceDefault_git_trees_per_page
Declaration
public long? Default_git_trees_per_page { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Default_max_blob_size
Declaration
public long? Default_max_blob_size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Default_paging_num
Declaration
public long? Default_paging_num { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Max_response_items
Declaration
public long? Max_response_items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |