Scenario
objects.Scenario()
BaseModel describing the expected variables and data types of a scenario.
A scenario is a combination of an event, a projection, and a strategy, that all should be saved in the database.
Attributes
event :
str
-
The name of the event.
projection :
str
-
The name of the projection.
strategy :
str
-
The name of the strategy.