Method: FormAPI::UpdateSubmissionDataRequestData.attribute_map
- Defined in:
- lib/form_api/models/update_submission_data_request_data.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/form_api/models/update_submission_data_request_data.rb', line 66 def self.attribute_map { :'name' => :'name', :'email' => :'email', :'order' => :'order', :'fields' => :'fields', :'metadata' => :'metadata', :'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' } end |