Method: Akeyless::CustomerFullAddress.openapi_types
- Defined in:
- lib/akeyless/models/customer_full_address.rb
.openapi_types ⇒ Object
Attribute type mapping.
42 43 44 45 46 47 48 49 |
# File 'lib/akeyless/models/customer_full_address.rb', line 42 def self.openapi_types { :'city' => :'String', :'country' => :'String', :'postal_code' => :'String', :'street' => :'String' } end |