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

Corresponds to the Image Object in the request. The Image object to be used for all
image elements of the Native ad such as Icons, Main Image, etc.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.Native.Response.Img{
  ext: term(),
  h: term(),
  id: term(),
  type: term(),
  url: term(),
  w: term()
}
```

# `changeset`

---

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