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

The Title object is to be used for title element of the Native ad.

Link to this section Summary

Link to this section Types

@type t() :: %OpenRtbEcto.V2.Native.Request.Title{
  ext: term(),
  id: term(),
  len: term()
}

Link to this section Functions

Link to this function

changeset(title, attrs \\ %{})

View Source