# AddTeamRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The team name |
**description** | Option<**String**> | The team description | [optional]
**manager_id** | **i32** | The team manager ID |
**users** | Option<**Vec<i32>**> | The list of user IDs | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)