Class NodeInfoUsageUsers
NodeInfoUsageUsers contains statistics about the users of this server
Inheritance
System.Object
NodeInfoUsageUsers
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 NodeInfoUsageUsers
Properties
| Improve this Doc View SourceActiveHalfyear
Declaration
public long? ActiveHalfyear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
ActiveMonth
Declaration
public long? ActiveMonth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Total
Declaration
public long? Total { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |