| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| value | String | The value from a storage position at a given address |
require 'openapi_client'
instance = OpenapiClient::OutputGetStorageAt.new(
schema: null,
value: null
)