Split.Impression (split v0.2.0-rc.0)

Summary

Types

@type t() :: %Split.Impression{
  bucketing_key: String.t() | nil,
  change_number: integer() | nil,
  config: String.t() | nil,
  feature: String.t(),
  key: String.t(),
  label: String.t() | nil,
  timestamp: integer() | nil,
  treatment: String.t()
}

Functions

Link to this function

build_from_daemon_response(treatment_payload, key, bucketing_key, feature)

@spec build_from_daemon_response(map(), String.t(), String.t() | nil, String.t()) ::
  t()