| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| estimated_gas | String | The estimated amount of gas used |
require 'openapi_client'
instance = OpenapiClient::OutputEstimateGas.new(
schema: null,
estimated_gas: null
)