Class User
User represents a user
Inheritance
System.Object
User
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 User
Properties
| Improve this Doc View SourceActive
Is user active
Declaration
public bool? Active { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Avatar_url
URL to the user's avatar
Declaration
public string Avatar_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Created
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Description
the user's description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Followers_count
user counts
Declaration
public long? Followers_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Following_count
Declaration
public long? Following_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Full_name
the user's full name
Declaration
public string Full_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
the user's id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Is_admin
Is the user an administrator
Declaration
public bool? Is_admin { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Language
User locale
Declaration
public string Language { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Last_login
Declaration
public DateTimeOffset? Last_login { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Location
the user's location
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Login
the user's username
Declaration
public string Login { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Login_name
the user's authentication sign-in name.
Declaration
public string Login_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Prohibit_login
Is user login prohibited
Declaration
public bool? Prohibit_login { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Restricted
Is user restricted
Declaration
public bool? Restricted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Starred_repos_count
Declaration
public long? Starred_repos_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Visibility
User visibility level option: public, limited, private
Declaration
public string Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Website
the user's website
Declaration
public string Website { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |