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

Corresponds to the Title Object in the request, with the value filled in.

# `t`

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

# `changeset`

---

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