| 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] |
require 'zernio-sdk'
instance = Zernio::SyncExternalPosts200Response.new(
synced: null,
found: null,
post: null,
posts: null
)