| Name | Type | Description | Notes |
|---|---|---|---|
| posts | Array<Post> | [optional] | |
| pagination | Pagination | [optional] |
require 'late-sdk'
instance = Late::PostsListResponse.new(
posts: null,
pagination: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| posts | Array<Post> | [optional] | |
| pagination | Pagination | [optional] |
require 'late-sdk'
instance = Late::PostsListResponse.new(
posts: null,
pagination: null
)