| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<RedditPost> | [optional] | |
| after | String | [optional] | |
| before | String | [optional] |
require 'late-sdk'
instance = Late::SearchReddit200Response.new(
items: null,
after: null,
before: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<RedditPost> | [optional] | |
| after | String | [optional] | |
| before | String | [optional] |
require 'late-sdk'
instance = Late::SearchReddit200Response.new(
items: null,
after: null,
before: null
)