DocSpring::SubmissionDataRequestShow
Name
Type
Description
Notes
id
String
email
String
name
String
order
Integer
sort_order
Integer
fields
Array<String>
metadata
Object
state
String
viewed_at
String
completed_at
String
data
Object
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
submission_id
String
require 'docspring'
instance = DocSpring ::SubmissionDataRequestShow . new (
id : null ,
email : null ,
name : null ,
order : null ,
sort_order : null ,
fields : null ,
metadata : null ,
state : null ,
viewed_at : null ,
completed_at : null ,
data : null ,
auth_type : null ,
auth_second_factor_type : null ,
auth_provider : null ,
auth_session_started_at : null ,
auth_session_id_hash : null ,
auth_user_id_hash : null ,
auth_username_hash : null ,
auth_phone_number_hash : null ,
ip_address : null ,
user_agent : null ,
submission_id : null
)