Method: Akeyless::Hmac.attribute_map
- Defined in:
- lib/akeyless/models/hmac.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'lib/akeyless/models/hmac.rb', line 46 def self.attribute_map { :'display_id' => :'display-id', :'hash_function' => :'hash-function', :'input_format' => :'input-format', :'item_id' => :'item-id', :'json' => :'json', :'key_name' => :'key-name', :'plaintext' => :'plaintext', :'token' => :'token', :'uid_token' => :'uid-token' } end |