Method: DocSpring::SubmissionAction.openapi_types
- Defined in:
- lib/docspring/models/submission_action.rb
.openapi_types ⇒ Object
Attribute type mapping.
70 71 72 73 74 75 76 77 78 79 |
# File 'lib/docspring/models/submission_action.rb', line 70 def self.openapi_types { :'id' => :'String', :'integration_id' => :'String', :'state' => :'String', :'action_type' => :'String', :'action_category' => :'String', :'result_data' => :'Object' } end |