GetUserResult

data class GetUserResult(val avatarUrl: String, val bio: String, val blog: String, val company: String, val createdAt: String, val email: String, val followers: Int, val following: Int, val gpgKeys: List<String>, val gravatarId: String, val id: String, val location: String, val login: String, val name: String, val nodeId: String, val publicGists: Int, val publicRepos: Int, val siteAdmin: Boolean, val sshKeys: List<String>, val suspendedAt: String, val updatedAt: String, val username: String)

A collection of values returned by getUser.

Constructors

Link copied to clipboard
constructor(avatarUrl: String, bio: String, blog: String, company: String, createdAt: String, email: String, followers: Int, following: Int, gpgKeys: List<String>, gravatarId: String, id: String, location: String, login: String, name: String, nodeId: String, publicGists: Int, publicRepos: Int, siteAdmin: Boolean, sshKeys: List<String>, suspendedAt: String, updatedAt: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the user's avatar URL.

Link copied to clipboard
val bio: String

the user's bio.

Link copied to clipboard

the user's blog location.

Link copied to clipboard

the user's company name.

Link copied to clipboard

the creation date.

Link copied to clipboard

the user's email.

Link copied to clipboard

the number of followers.

Link copied to clipboard

the number of following users.

Link copied to clipboard

list of user's GPG keys.

Link copied to clipboard

the user's gravatar ID.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

the user's location.

Link copied to clipboard

the user's login.

Link copied to clipboard

the user's full name.

Link copied to clipboard

the Node ID of the user.

Link copied to clipboard

the number of public gists.

Link copied to clipboard

the number of public repositories.

Link copied to clipboard

whether the user is a GitHub admin.

Link copied to clipboard

list of user's SSH keys.

Link copied to clipboard

the suspended date if the user is suspended.

Link copied to clipboard

the update date.

Link copied to clipboard