Class Permission
Permission represents a set of permissions
Inheritance
System.Object
Permission
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 Permission
Properties
| Improve this Doc View SourceAdmin
Declaration
public bool? Admin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Pull
Declaration
public bool? Pull { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Push
Declaration
public bool? Push { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |