Class CreateRepoOption
CreateRepoOption options when creating repository
Inheritance
System.Object
CreateRepoOption
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 CreateRepoOption
Properties
| Improve this Doc View SourceAuto_init
Whether the repository should be auto-initialized?
Declaration
public bool? Auto_init { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Default_branch
DefaultBranch of the repository (used when initializes and in template)
Declaration
public string Default_branch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the repository to create
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Gitignores
Gitignores to use
Declaration
public string Gitignores { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Issue_labels
Label-Set to use
Declaration
public string Issue_labels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
License
License to use
Declaration
public string License { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the repository to create
Declaration
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Private
Whether the repository is private
Declaration
public bool? Private { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Readme
Readme of the repository to create
Declaration
public string Readme { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Template
Whether the repository is template
Declaration
public bool? Template { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Trust_model
TrustModel of the repository
Declaration
public CreateRepoOptionTrust_model? Trust_model { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<CreateRepoOptionTrust_model> |