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

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

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Response.Img{
  ext: term(),
  h: term(),
  id: term(),
  type: term(),
  url: term(),
  w: term()
}

Functions

Link to this function

changeset(img, attrs \\ %{})

View Source