Method: Akeyless::DecryptWithClassicKey.attribute_map
- Defined in:
- lib/akeyless/models/decrypt_with_classic_key.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/akeyless/models/decrypt_with_classic_key.rb', line 40 def self.attribute_map { :'ciphertext' => :'ciphertext', :'display_id' => :'display-id', :'ignore_cache' => :'ignore-cache', :'json' => :'json', :'token' => :'token', :'uid_token' => :'uid-token', :'version' => :'version' } end |