Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 496 Bytes

File metadata and controls

20 lines (14 loc) · 496 Bytes

OpenapiClient::OutputSyncing

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
sync_status SyncStatus Returns null when the node is fully synchronized, otherwise returns the sync status

Example

require 'openapi_client'

instance = OpenapiClient::OutputSyncing.new(
  schema: null,
  sync_status: null
)