Commit 718ba4a
committed
Fix Execution.action_group type and add missing fields
action_group uses _to_optional which can return None, but the type
annotation was non-optional. Also add start_time, execution_type and
execution_sub_type which are present in the API response but were
silently dropped by _flexible_init.1 parent 2963052 commit 718ba4a
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
657 | 666 | | |
658 | 667 | | |
659 | 668 | | |
| |||
0 commit comments