# IssuesUpdateLabelRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **new_name** | Option<**String**> | The new name of the label. Emoji can be added to label names, using either native emoji or colon-style markup. For example, typing `:strawberry:` will render the emoji ![:strawberry:](https://github.githubassets.com/images/icons/emoji/unicode/1f353.png \":strawberry:\"). For a full list of available emoji and codes, see \"[Emoji cheat sheet](https://github.com/ikatyang/emoji-cheat-sheet).\" | [optional] **color** | Option<**String**> | The [hexadecimal color code](http://www.color-hex.com/) for the label, without the leading `#`. | [optional] **description** | Option<**String**> | A short description of the label. Must be 100 characters or fewer. | [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)