# CreatePlaybookRunFromPostRequest
## Properties
**name** | **String** | The name of the playbook run. |
**description** | Option<**String**> | The description of the playbook run. | [optional]
**owner_user_id** | **String** | The identifier of the user who is commanding the playbook run. |
**team_id** | **String** | The identifier of the team where the playbook run's channel is in. |
**post_id** | Option<**String**> | If the playbook run was created from a post, this field contains the identifier of such post. If not, this field is empty. | [optional]
**playbook_id** | **String** | The identifier of the playbook with from which this playbook run was created. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)