Method: Daily::BatchProcessorError.openapi_types
- Defined in:
- lib/daily-ruby/models/batch_processor_error.rb
.openapi_types ⇒ Object
Attribute type mapping.
67 68 69 70 71 72 73 74 |
# File 'lib/daily-ruby/models/batch_processor_error.rb', line 67 def self.openapi_types { :'version' => :'String', :'type' => :'String', :'event_ts' => :'Float', :'payload' => :'BatchProcessorErrorPayload' } end |