| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| created | Integer | Unix epoch seconds | [optional] |
| karma | Integer | [optional] | |
| about | String | HTML profile text. | [optional] |
| submitted | Array<Integer> | [optional] |
require 'unifapi'
instance = Unifapi::HackerNewsUser.new(
id: null,
created: null,
karma: null,
about: null,
submitted: null
)