Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 427 Bytes

Sync200ResponseOneOf.md

File metadata and controls

22 lines (16 loc) · 427 Bytes

HandyAPI::Sync200ResponseOneOf

Properties

Name Type Description Notes
result GenericResult
time Integer [optional]
rtd Integer [optional]

Example

require 'handy_api'

instance = HandyAPI::Sync200ResponseOneOf.new(
  result: null,
  time: 1619080355381,
  rtd: 1619080355381
)