Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 433 Bytes

File metadata and controls

22 lines (16 loc) · 433 Bytes

Zernio::SearchReddit200Response

Properties

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

Example

require 'zernio-sdk'

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