Method: Akeyless::CreateTokenizer.attribute_map
- Defined in:
- lib/akeyless/models/create_tokenizer.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
# File 'lib/akeyless/models/create_tokenizer.rb', line 68 def self.attribute_map { :'alphabet' => :'alphabet', :'decoding_template' => :'decoding-template', :'delete_protection' => :'delete_protection', :'description' => :'description', :'encoding_template' => :'encoding-template', :'encryption_key_name' => :'encryption-key-name', :'json' => :'json', :'metadata' => :'metadata', :'name' => :'name', :'pattern' => :'pattern', :'tag' => :'tag', :'template_type' => :'template-type', :'token' => :'token', :'tokenizer_type' => :'tokenizer-type', :'tweak_type' => :'tweak-type', :'uid_token' => :'uid-token' } end |