Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

File metadata and controls

20 lines (14 loc) · 419 Bytes

OpenapiClient::OutputGetCode

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
bytecode String The bytecode from a given address

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetCode.new(
  schema: null,
  bytecode: null
)