| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| chain_id | String | A decimal value in string format which represents an integer of the chain ID |
require 'openapi_client'
instance = OpenapiClient::OutputChainId.new(
schema: null,
chain_id: null
)