# `OpenRtbEcto.V2.Native.Request.Video`
[🔗](https://github.com/AppMonet/open_rtb_ecto/blob/v1.4.6/lib/open_rtb_ecto/v2/native/request/video.ex#L1)

The video object to be used for all video elements supported in the Native Ad.
This corresponds to the Video object of OpenRTB.

# `t`

```elixir
@type t() :: %OpenRtbEcto.V2.Native.Request.Video{
  ext: term(),
  id: term(),
  maxduration: term(),
  mimes: term(),
  minduration: term(),
  protocols: term()
}
```

# `changeset`

---

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