Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 334 Bytes

File metadata and controls

20 lines (14 loc) · 334 Bytes

Late::PostCreateResponse

Properties

Name Type Description Notes
message String [optional]
post Post [optional]

Example

require 'late-sdk'

instance = Late::PostCreateResponse.new(
  message: null,
  post: null
)