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

Corresponds to the Title Object in the request, with the value filled in.

Summary

Types

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

Functions

Link to this function

changeset(title, attrs \\ %{})

View Source