Record
user-search-result-item
No description available.
record user-search-result-item {
avatar-url: string,
bio: option<string>,
blog: option<string>,
company: option<string>,
created-at: option<string>,
email: option<string>,
events-url: string,
followers: option<s32>,
followers-url: string,
following: option<s32>,
following-url: string,
gists-url: string,
gravatar-id: string,
hireable: option<bool>,
html-url: string,
id: s32,
location: option<string>,
login: string,
name: option<string>,
node-id: string,
organizations-url: string,
public-gists: option<s32>,
public-repos: option<s32>,
received-events-url: string,
repos-url: string,
score: f64,
site-admin: bool,
starred-url: string,
subscriptions-url: string,
suspended-at: option<string>,
text-matches: option<result-text-matches>,
type-op: string,
updated-at: option<string>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| avatar-url | string | |
| bio | option<string> | |
| blog | option<string> | |
| company | option<string> | |
| created-at | option<string> | |
| option<string> | ||
| events-url | string | |
| followers | option<s32> | |
| followers-url | string | |
| following | option<s32> | |
| following-url | string | |
| gists-url | string | |
| gravatar-id | string | |
| hireable | option<bool> | |
| html-url | string | |
| id | s32 | |
| location | option<string> | |
| login | string | |
| name | option<string> | |
| node-id | string | |
| organizations-url | string | |
| public-gists | option<s32> | |
| public-repos | option<s32> | |
| received-events-url | string | |
| repos-url | string | |
| score | f64 | |
| site-admin | bool | |
| starred-url | string | |
| subscriptions-url | string | |
| suspended-at | option<string> | |
| text-matches | option<result-text-matches> | |
| type-op | string | |
| updated-at | option<string> | |
| url | string |