Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

OpenapiClient::MetaData

Properties

Name Type Description Notes
key String key of the key/value pair [optional]
value String value of the key/value pair [optional]

Example

require 'openapi_client'

instance = OpenapiClient::MetaData.new(
  key: myKey,
  value: myValue
)