Method: Akeyless::CustomerFullAddress.attribute_map

Defined in:
lib/akeyless/models/customer_full_address.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



27
28
29
30
31
32
33
34
# File 'lib/akeyless/models/customer_full_address.rb', line 27

def self.attribute_map
  {
    :'city' => :'city',
    :'country' => :'country',
    :'postal_code' => :'postal_code',
    :'street' => :'street'
  }
end