Sha256: 77d2bdb565d4e1a6a2589a726b73b5beb1a223f9010f1052de5a1f11cfa9fb17
Contents?: true
Size: 500 Bytes
Versions: 196
Compression:
Stored size: 500 Bytes
Contents
# UltracartClient::KeyValue ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | Optional description of the lookup value | [optional] | | **key** | **String** | The key or id of this lookup value | [optional] | | **value** | **String** | The value of this lookup value | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::KeyValue.new( description: null, key: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems