Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 818 Bytes

File metadata and controls

24 lines (18 loc) · 818 Bytes

Zernio::SyncExternalPosts200Response

Properties

Name Type Description Notes
synced SyncExternalPosts200ResponseSynced [optional]
found Boolean Present only when a locator (`url`/`postId`) was provided — whether the post was found. [optional]
post ExternalPostSummary [optional]
posts Array<ExternalPostSummary> The account's recent external posts. Present only when no locator was provided. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SyncExternalPosts200Response.new(
  synced: null,
  found: null,
  post: null,
  posts: null
)