Method: DocSpring::SubmissionDataRequest.attribute_map
- Defined in:
- lib/docspring/models/submission_data_request.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'lib/docspring/models/submission_data_request.rb', line 80 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'email' => :'email', :'order' => :'order', :'sort_order' => :'sort_order', :'fields' => :'fields', :'metadata' => :'metadata', :'state' => :'state', :'viewed_at' => :'viewed_at', :'completed_at' => :'completed_at', :'auth_type' => :'auth_type', :'auth_second_factor_type' => :'auth_second_factor_type', :'auth_provider' => :'auth_provider', :'auth_session_started_at' => :'auth_session_started_at', :'auth_session_id_hash' => :'auth_session_id_hash', :'auth_user_id_hash' => :'auth_user_id_hash', :'auth_username_hash' => :'auth_username_hash', :'auth_phone_number_hash' => :'auth_phone_number_hash', :'ip_address' => :'ip_address', :'user_agent' => :'user_agent' } end |