Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 635 Bytes

File metadata and controls

22 lines (16 loc) · 635 Bytes

Zernio::PostCreateResponse

Properties

Name Type Description Notes
message String [optional]
post Post [optional]
warnings Array<String> Advisory notices about a post that was still created: media truncated for a platform, a recycling caveat, or a field that was ignored because it sat outside platforms[].platformSpecificData. Absent when there are none. [optional]

Example

require 'zernio-sdk'

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