# issue-event-rename

From **GitHub v3 REST API**.

Issue Event Rename

- Type: `object`

## Properties

### `from`

- Required: true
- Type: `string`

### `to`

- Required: true
- Type: `string`

## JSON Schema

```json
{"description":"Issue Event Rename","properties":{"from":{"type":"string"},"to":{"type":"string"}},"required":["from","to"],"title":"Issue Event Rename","type":"object"}
```
