| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| gas_price | String | The decimal value of the current gas price in wei |
require 'openapi_client'
instance = OpenapiClient::OutputGasPrice.new(
schema: null,
gas_price: null
)