Method: FormAPI::SubmissionDataRequest.openapi_types

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

.openapi_typesObject

Attribute type mapping.



97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'lib/form_api/models/submission_data_request.rb', line 97

def self.openapi_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'email' => :'String',
    :'order' => :'Integer',
    :'fields' => :'Array<String>',
    :'metadata' => :'Object',
    :'state' => :'String',
    :'viewed_at' => :'String',
    :'completed_at' => :'String',
    :'auth_type' => :'String',
    :'auth_second_factor_type' => :'String',
    :'auth_provider' => :'String',
    :'auth_session_started_at' => :'String',
    :'auth_session_id_hash' => :'String',
    :'auth_user_id_hash' => :'String',
    :'auth_username_hash' => :'String',
    :'auth_phone_number_hash' => :'String'
  }
end