Record
user
No description available.
record user {
avatar-url: option<string>,
city: option<string>,
country: option<string>,
created-at: option<string>,
description: option<string>,
discogs-name: option<string>,
first-name: option<string>,
followers-count: option<s32>,
followings-count: option<s32>,
full-name: option<string>,
id: option<s32>,
kind: option<string>,
last-modified: option<string>,
last-name: option<string>,
myspace-name: option<string>,
permalink: option<string>,
permalink-url: option<string>,
plan: option<string>,
playlist-count: option<s32>,
public-favorites-count: option<s32>,
reposts-count: option<s32>,
subscriptions: option<string>,
track-count: option<s32>,
uri: option<string>,
username: option<string>,
website: option<string>,
website-title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| avatar-url | option<string> | |
| city | option<string> | |
| country | option<string> | |
| created-at | option<string> | |
| description | option<string> | |
| discogs-name | option<string> | |
| first-name | option<string> | |
| followers-count | option<s32> | |
| followings-count | option<s32> | |
| full-name | option<string> | |
| id | option<s32> | |
| kind | option<string> | |
| last-modified | option<string> | |
| last-name | option<string> | |
| myspace-name | option<string> | |
| permalink | option<string> | |
| permalink-url | option<string> | |
| plan | option<string> | |
| playlist-count | option<s32> | |
| public-favorites-count | option<s32> | |
| reposts-count | option<s32> | |
| subscriptions | option<string> | |
| track-count | option<s32> | |
| uri | option<string> | |
| username | option<string> | |
| website | option<string> | |
| website-title | option<string> |