# `Stripe.Resources.Radar.DeletedValueListItem`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/radar/deleted_value_list_item.ex#L2)

RadarListDeletedListItem

# `t`

```elixir
@type t() :: %Stripe.Resources.Radar.DeletedValueListItem{
  deleted: boolean(),
  id: String.t(),
  object: String.t()
}
```

* `deleted` - Always true for a deleted object Possible values: `true`.
* `id` - Unique identifier for the object. Max length: 5000.
* `object` - String representing the object's type. Objects of the same type share the same value. Possible values: `radar.value_list_item`.

# `object_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
