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

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

Summary

Types

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

Functions

Link to this function

changeset(title, attrs \\ %{})

View Source