Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 331 Bytes

File metadata and controls

20 lines (14 loc) · 331 Bytes

OpenapiClient::Object

Properties

Name Type Description Notes
type String
id String

Example

require 'openapi_client'

instance = OpenapiClient::Object.new(
  type: document,
  id: 0bcdf6fa-a6aa-4730-a8eb-9cf172ff16d9
)