Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

OpenapiClient::OutputGetStorageAt

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetStorageAt.new(
  schema: null,
  value: null
)