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

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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(asset, attrs \\ %{})

View Source