Method: TalonOne::ApplicationEvent.openapi_types
- Defined in:
- lib/talon_one/models/application_event.rb
.openapi_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/talon_one/models/application_event.rb', line 68 def self.openapi_types { :'id' => :'Integer', :'created' => :'DateTime', :'application_id' => :'Integer', :'profile_id' => :'Integer', :'store_id' => :'Integer', :'store_integration_id' => :'String', :'session_id' => :'Integer', :'type' => :'String', :'attributes' => :'Object', :'effects' => :'Array<Effect>', :'rule_failure_reasons' => :'Array<RuleFailureReason>' } end |