| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| block | ResponseBlock | A block object, or null when no block was found |
require 'openapi_client'
instance = OpenapiClient::OutputGetBlockByHash.new(
schema: null,
block: null
)