Method: TurnkeyClient::ImportPrivateKeyIntent.attribute_map

Defined in:
lib/turnkey_client/models/import_private_key_intent.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



31
32
33
34
35
36
37
38
39
# File 'lib/turnkey_client/models/import_private_key_intent.rb', line 31

def self.attribute_map
  {
    :'user_id' => :'userId',
    :'private_key_name' => :'privateKeyName',
    :'encrypted_bundle' => :'encryptedBundle',
    :'curve' => :'curve',
    :'address_formats' => :'addressFormats'
  }
end