# deleted\_radar.value\_list\_item

From **Stripe API**.

- Type: `object`

## Properties

### `deleted`

- Required: true
- Type: `boolean`
- Allowed values: `true`

Always true for a deleted object

### `id`

- Required: true
- Type: `string`
- maxLength: `5000`

Unique identifier for the object.

### `object`

- Required: true
- Type: `string`
- Allowed values: `"radar.value_list_item"`

String representing the object's type. Objects of the same type share the same value.

## JSON Schema

```json
{"properties":{"deleted":{"description":"Always true for a deleted object","enum":[true],"type":"boolean"},"id":{"description":"Unique identifier for the object.","maxLength":5000,"type":"string"},"object":{"description":"String representing the object's type. Objects of the same type share the same value.","enum":["radar.value_list_item"],"type":"string"}},"required":["deleted","id","object"],"title":"RadarListDeletedListItem","type":"object","x-expandableFields":[],"x-resourceId":"deleted_radar.value_list_item"}
```
