# pre-receive-environment-download-status

From **GitHub v3 REST API**.

- Type: `object`

## Properties

### `downloaded_at`

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

### `message`

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

### `state`

- Required: false
- Type: `string`

### `url`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"downloaded_at":{"nullable":true,"type":"string"},"message":{"nullable":true,"type":"string"},"state":{"type":"string"},"url":{"type":"string"}},"type":"object"}
```
