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

Corresponds to the Video Object in the request, yet containing a value of a conforming VAST tag as a value.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Response.Video{id: term(), vasttag: term()}

Functions

Link to this function

changeset(video, attrs \\ %{})

View Source