| Name | Type | Description | Notes |
|---|---|---|---|
| ready_playbook_inputs | dict(str, dict(str, object)) | [optional] | |
| auto_extracting | bool | [optional] | |
| comment | str | [optional] | |
| inputs | PlaybookInputs | [optional] | |
| investigation_id | str | [optional] | |
| name | str | [optional] | |
| outputs | PlaybookOutputs | [optional] | |
| playbook_id | str | [optional] | |
| start_date | datetime | [optional] | |
| start_task_id | str | FirstTask is the root task of the playbook | [optional] |
| state | InvestigationPlaybookState | [optional] | |
| sub_playbook_inputs | dict(str, PlaybookInputs) | [optional] | |
| sub_playbook_outputs | dict(str, PlaybookOutputs) | [optional] | |
| tasks | dict(str, InvestigationPlaybookTask) | [optional] | |
| view | PlaybookView | [optional] |