# UpdateTeamRequest
## Properties
**name** | Option<**String**> | The team name | [optional]
**description** | Option<**String**> | The team description | [optional]
**manager_id** | Option<**i32**> | The team manager ID | [optional]
**users** | Option<**Vec<i32>**> | The list of user IDs | [optional]
**active_flag** | Option<**f32**> | | [optional]
**deleted_flag** | Option<**f32**> | | [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)