# `OpenRtbEcto.V2.Native.Response.Data`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/native/response/data.ex#L1)

Corresponds to the Data Object in the request, with the value filled in.
The Data Object is to be used for all miscellaneous elements of the native unit such as
Brand Name, Ratings, Review Count, Stars, Downloads, Price count etc. It is also generic for
future native elements not contemplated at the time of the writing of this document.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.Native.Response.Data{
  ext: term(),
  id: term(),
  len: term(),
  type: term(),
  value: term()
}
```

# `changeset`

---

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