Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

File metadata and controls

20 lines (14 loc) · 374 Bytes

Late::PostsListResponse

Properties

Name Type Description Notes
posts Array<Post> [optional]
pagination Pagination [optional]

Example

require 'late-sdk'

instance = Late::PostsListResponse.new(
  posts: null,
  pagination: null
)