Record
private-user
No description available.
record private-user {
avatar-url: string,
bio: string,
blog: string,
business-plus: option<bool>,
collaborators: s32,
company: string,
created-at: string,
disk-usage: s32,
email: string,
events-url: string,
followers: s32,
followers-url: string,
following: s32,
following-url: string,
gists-url: string,
gravatar-id: string,
hireable: bool,
html-url: string,
id: s32,
ldap-dn: option<string>,
location: string,
login: string,
name: string,
node-id: string,
organizations-url: string,
owned-private-repos: s32,
plan: option<private-user-plan>,
private-gists: s32,
public-gists: s32,
public-repos: s32,
received-events-url: string,
repos-url: string,
site-admin: bool,
starred-url: string,
subscriptions-url: string,
suspended-at: option<string>,
total-private-repos: s32,
twitter-username: option<string>,
two-factor-authentication: bool,
type-op: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| avatar-url | string | |
| bio | string | |
| blog | string | |
| business-plus | option<bool> | |
| collaborators | s32 | |
| company | string | |
| created-at | string | |
| disk-usage | s32 | |
| string | ||
| events-url | string | |
| followers | s32 | |
| followers-url | string | |
| following | s32 | |
| following-url | string | |
| gists-url | string | |
| gravatar-id | string | |
| hireable | bool | |
| html-url | string | |
| id | s32 | |
| ldap-dn | option<string> | |
| location | string | |
| login | string | |
| name | string | |
| node-id | string | |
| organizations-url | string | |
| owned-private-repos | s32 | |
| plan | option<private-user-plan> | |
| private-gists | s32 | |
| public-gists | s32 | |
| public-repos | s32 | |
| received-events-url | string | |
| repos-url | string | |
| site-admin | bool | |
| starred-url | string | |
| subscriptions-url | string | |
| suspended-at | option<string> | |
| total-private-repos | s32 | |
| twitter-username | option<string> | |
| two-factor-authentication | bool | |
| type-op | string | |
| updated-at | string | |
| url | string |