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

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

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

changeset(title, attrs \\ %{})

View Source