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

The native object is the top level JSON object which identifies a native response.

Summary

Types

@type t() :: %OpenRtbEcto.V2.Native.Response{
  assets: term(),
  assetsurl: term(),
  dcourl: term(),
  eventtrackers: term(),
  ext: term(),
  id: term(),
  imptrackers: term(),
  jstracker: term(),
  link: term(),
  privacy: term(),
  ver: term()
}

Functions

Link to this function

changeset(response, attrs \\ %{})

View Source