SwitchCase Class
Switch cases with have a value and corresponding activities.
Constructor
SwitchCase(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
Expected value that satisfies the expression result of the 'on' property. |
|
activities
|
List of activities to execute for satisfied case condition. |
Attributes
activities
List of activities to execute for satisfied case condition.
activities: list['_models.Activity'] | None
value
Expected value that satisfies the expression result of the 'on' property.
value: str | None