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

16 lines
647 B
Markdown

# EditLabelOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | Option<**String**> | | [optional]
**description** | Option<**String**> | Description provides additional context about the label's purpose | [optional]
**exclusive** | Option<**bool**> | | [optional]
**is_archived** | Option<**bool**> | | [optional]
**name** | Option<**String**> | Name is the new display name for the label | [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)