Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 661 Bytes

File metadata and controls

22 lines (16 loc) · 661 Bytes

Zernio::SyncExternalPosts200ResponseSynced

Properties

Name Type Description Notes
posts_found Integer Posts returned by the platform listing during the on-demand sync [optional]
posts_synced Integer Posts inserted or updated in Zernio [optional]
skipped Boolean True when no live fetch ran: the post was already stored, or the account was synced within the debounce window [optional]

Example

require 'zernio-sdk'

instance = Zernio::SyncExternalPosts200ResponseSynced.new(
  posts_found: null,
  posts_synced: null,
  skipped: null
)