Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 427 Bytes

File metadata and controls

22 lines (16 loc) · 427 Bytes

Late::SearchReddit200Response

Properties

Name Type Description Notes
items Array<RedditPost> [optional]
after String [optional]
before String [optional]

Example

require 'late-sdk'

instance = Late::SearchReddit200Response.new(
  items: null,
  after: null,
  before: null
)