Class TransferRepoOption
TransferRepoOption options when transfer a repository's ownership
Inheritance
System.Object
TransferRepoOption
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 TransferRepoOption
Properties
| Improve this Doc View SourceNew_owner
Declaration
[Required(AllowEmptyStrings = true)]
public string New_owner { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Team_ids
ID of the team or teams to add to the repository. Teams can only be added to organization-owned repositories.
Declaration
public ICollection<long> Team_ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.Int64> |