View Source OpenRtbEcto.V2.Native.Request.Img (OpenRtbEcto v0.6.3)

The Image object to be used for all image elements of the Native ad such as Icons, Main Image, etc.

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.Native.Request.Img{
  ext: term(),
  h: term(),
  hmin: term(),
  id: term(),
  mimes: term(),
  type: term(),
  w: term(),
  wmin: term()
}

Link to this section Functions

Link to this function

changeset(img, attrs \\ %{})

View Source