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

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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(video, attrs \\ %{})

View Source