| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| data | String | The return value of the executed contract method |
require 'openapi_client'
instance = OpenapiClient::OutputCall.new(
schema: null,
data: null
)