Method: UltracartClient::KeyValue.openapi_types

Defined in:
lib/ultracart_api/models/key_value.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
# File 'lib/ultracart_api/models/key_value.rb', line 42

def self.openapi_types
  {
    :'description' => :'String',
    :'key' => :'String',
    :'value' => :'String'
  }
end