Method: FormAPI::SubmissionDataRequest.attribute_map

Defined in:
lib/form_api/models/submission_data_request.rb

.attribute_mapObject

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



74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# File 'lib/form_api/models/submission_data_request.rb', line 74

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'email' => :'email',
    :'order' => :'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'
  }
end