Files
gitea-rs/crates/gitea-client/docs/EditTeamOption.md
2026-03-20 16:24:40 +01:00

18 lines
873 B
Markdown

# EditTeamOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**can_create_org_repo** | Option<**bool**> | Whether the team can create repositories in the organization | [optional]
**description** | Option<**String**> | The description of the team | [optional]
**includes_all_repositories** | Option<**bool**> | Whether the team has access to all repositories in the organization | [optional]
**name** | **String** | |
**permission** | Option<**Permission**> | (enum: read, write, admin) | [optional]
**units** | Option<**Vec<String>**> | | [optional]
**units_map** | Option<**std::collections::HashMap<String, String>**> | | [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)