Method: Akeyless::BatchTokenizationResponseLine.openapi_types
- Defined in:
- lib/akeyless/models/batch_tokenization_response_line.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 45 |
# File 'lib/akeyless/models/batch_tokenization_response_line.rb', line 39 def self.openapi_types { :'data' => :'String', :'error' => :'String', :'tweak' => :'String' } end |