Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 390 Bytes

CreateSubmissionDataRequestEventRequest.md

File metadata and controls

20 lines (14 loc) · 390 Bytes

DocSpring::CreateSubmissionDataRequestEventRequest

Properties

Name Type Description Notes
event_type String
message_type String [optional]

Example

require 'docspring'

instance = DocSpring::CreateSubmissionDataRequestEventRequest.new(
  event_type: null,
  message_type: null
)