OpenRtbEcto.V2.Native.Response (OpenRtbEcto v1.4.0)

View Source

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

Summary

Types

t()

@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

changeset(response, attrs)