Record
private-user-object
No description available.
record private-user-object {
country: option<string>,
display-name: option<string>,
email: option<string>,
explicit-content: option<explicit-content-settings-object>,
external-urls: option<external-url-object>,
followers: option<followers-object>,
href: option<string>,
id: option<string>,
images: option<list<image-object>>,
product: option<string>,
type-op: option<string>,
uri: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| country | option<string> | |
| display-name | option<string> | |
| option<string> | ||
| explicit-content | option<explicit-content-settings-object> | |
| external-urls | option<external-url-object> | |
| followers | option<followers-object> | |
| href | option<string> | |
| id | option<string> | |
| images | option<list<image-object>> | |
| product | option<string> | |
| type-op | option<string> | |
| uri | option<string> |