Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 345 Bytes

SyncResponse.md

File metadata and controls

20 lines (14 loc) · 345 Bytes

HandyAPI::SyncResponse

Properties

Name Type Description Notes
result GenericResult
dtserver Integer

Example

require 'handy_api'

instance = HandyAPI::SyncResponse.new(
  result: null,
  dtserver: 1619080355381
)