Class CreateBranchRepoOption
CreateBranchRepoOption options when creating a branch in a repository
Inheritance
System.Object
CreateBranchRepoOption
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 CreateBranchRepoOption
Properties
| Improve this Doc View SourceNew_branch_name
Name of the branch to create
Declaration
[Required(AllowEmptyStrings = true)]
public string New_branch_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Old_branch_name
Deprecated: true
Name of the old branch to create from
Declaration
public string Old_branch_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Old_ref_name
Name of the old branch/tag/commit to create from
Declaration
public string Old_ref_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |