Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 420 Bytes

File metadata and controls

20 lines (14 loc) · 420 Bytes

OpenapiClient::OutputCall

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputCall.new(
  schema: null,
  data: null
)