Search Results for

    Show / Hide Table of Contents

    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 Source

    Active

    Is user active

    Declaration
    public bool? Active { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Avatar_url

    URL to the user's avatar

    Declaration
    public string Avatar_url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Created

    Declaration
    public DateTimeOffset? Created { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    Description

    the user's description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Email

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Followers_count

    user counts

    Declaration
    public long? Followers_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Following_count

    Declaration
    public long? Following_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Full_name

    the user's full name

    Declaration
    public string Full_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    the user's id

    Declaration
    public long? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Is_admin

    Is the user an administrator

    Declaration
    public bool? Is_admin { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Language

    User locale

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Last_login

    Declaration
    public DateTimeOffset? Last_login { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    Location

    the user's location

    Declaration
    public string Location { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Login

    the user's username

    Declaration
    public string Login { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Login_name

    the user's authentication sign-in name.

    Declaration
    public string Login_name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Prohibit_login

    Is user login prohibited

    Declaration
    public bool? Prohibit_login { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Restricted

    Is user restricted

    Declaration
    public bool? Restricted { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Starred_repos_count

    Declaration
    public long? Starred_repos_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Visibility

    User visibility level option: public, limited, private

    Declaration
    public string Visibility { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Website

    the user's website

    Declaration
    public string Website { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH