DocSpring::CreateSubmissionDataRequestData Properties Name Type Description Notes auth_phone_number_hash String [optional] auth_provider String [optional] auth_second_factor_type String [optional] auth_session_id_hash String [optional] auth_session_started_at String [optional] auth_type String auth_user_id_hash String [optional] auth_username_hash String [optional] email String fields Array<String> [optional] metadata Object [optional] name String [optional] order Integer [optional] Example require 'docspring' instance = DocSpring::CreateSubmissionDataRequestData.new( auth_phone_number_hash: null, auth_provider: null, auth_second_factor_type: null, auth_session_id_hash: null, auth_session_started_at: null, auth_type: null, auth_user_id_hash: null, auth_username_hash: null, email: null, fields: null, metadata: null, name: null, order: null )