OpenRtbEcto.V2.Native.Request.Video (OpenRtbEcto v1.4.0)

View Source

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

t()

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

Functions

changeset(video, attrs \\ %{})