View Source OpenRtbEcto.V2.Native.Request.Video (OpenRtbEcto v0.6.5)

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

Summary

Types

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

Functions

Link to this function

changeset(video, attrs \\ %{})

View Source