Wasm Directoryalpha
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

NameTypeDescription
countryoption​<string>
display-nameoption​<string>
emailoption​<string>
explicit-contentoption​<explicit-content-settings-object>
external-urlsoption​<external-url-object>
followersoption​<followers-object>
hrefoption​<string>
idoption​<string>
imagesoption​<list​<image-object>>
productoption​<string>
type-opoption​<string>
urioption​<string>