| 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 |
require 'openapi_client'
instance = OpenapiClient::OutputGetCode.new(
schema: null,
bytecode: null
)