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

The main container object for each asset requested or supported by Exchange on behalf of the rendering client.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Request.Asset{
  data: term(),
  ext: term(),
  id: term(),
  img: term(),
  required: term(),
  title: term(),
  video: term()
}

Functions

Link to this function

changeset(asset, attrs \\ %{})

View Source