Method: Akeyless::AttributeTypeAndValue.openapi_types
- Defined in:
- lib/akeyless/models/attribute_type_and_value.rb
.openapi_types ⇒ Object
Attribute type mapping.
37 38 39 40 41 42 |
# File 'lib/akeyless/models/attribute_type_and_value.rb', line 37 def self.openapi_types { :'type' => :'Array<Integer>', :'value' => :'Object' } end |