Class RepoTransfer
RepoTransfer represents a pending repo transfer
Inheritance
System.Object
RepoTransfer
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 RepoTransfer
Properties
| Improve this Doc View SourceDoer
Declaration
public User Doer { get; set; }
Property Value
| Type | Description |
|---|---|
| User |
Recipient
Declaration
public User Recipient { get; set; }
Property Value
| Type | Description |
|---|---|
| User |
Teams
Declaration
public ICollection<Team> Teams { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<Team> |