Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 971 Bytes

File metadata and controls

23 lines (20 loc) · 971 Bytes

# HackerNewsItem

Properties

Name Type Description Notes
id int
deleted bool [optional]
type \Unifapi\Sdk\Model\HackerNewsItemType [optional]
by string [optional]
time int Unix epoch seconds [optional]
text string HTML text for comments, stories, polls, and jobs. [optional]
dead bool [optional]
parent int [optional]
poll int [optional]
kids int[] [optional]
url string [optional]
score int [optional]
title string HTML title for stories, polls, and jobs. [optional]
parts int[] [optional]
descendants int [optional]

[Back to Model list] [Back to API list] [Back to README]