# issue-event-label

From **GitHub v3 REST API**.

Issue Event Label

- Type: `object`

## Properties

### `color`

- Required: true
- Type: `string`
- Nullable: true

### `name`

- Required: true
- Type: `string`
- Nullable: true

## JSON Schema

```json
{"description":"Issue Event Label","properties":{"color":{"nullable":true,"type":"string"},"name":{"nullable":true,"type":"string"}},"required":["name","color"],"title":"Issue Event Label","type":"object"}
```
