Method: Akeyless::SignDataWithClassicKey.attribute_map
- Defined in:
- lib/akeyless/models/sign_data_with_classic_key.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
# File 'lib/akeyless/models/sign_data_with_classic_key.rb', line 49 def self.attribute_map { :'data' => :'data', :'display_id' => :'display-id', :'hashed' => :'hashed', :'hashing_method' => :'hashing-method', :'ignore_cache' => :'ignore-cache', :'json' => :'json', :'name' => :'name', :'token' => :'token', :'uid_token' => :'uid-token', :'version' => :'version' } end |