Method: TurnkeyClient::InitImportPrivateKeyRequest.attribute_map
- Defined in:
- lib/turnkey_client/models/init_import_private_key_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 |
# File 'lib/turnkey_client/models/init_import_private_key_request.rb', line 50 def self.attribute_map { :'type' => :'type', :'timestamp_ms' => :'timestampMs', :'organization_id' => :'organizationId', :'parameters' => :'parameters', :'generate_app_proofs' => :'generateAppProofs' } end |