Method: DocSpring::SubmissionDataRequest.openapi_types
- Defined in:
- lib/docspring/models/submission_data_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/docspring/models/submission_data_request.rb', line 106 def self.openapi_types { :'id' => :'String', :'name' => :'String', :'email' => :'String', :'order' => :'Integer', :'sort_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', :'ip_address' => :'String', :'user_agent' => :'String' } end |