mexpanel v0.1.0 Mexpanel.EngageRequest
Link to this section Summary
Link to this section Types
Link to this type
operation()
operation() :: :set | :set_once | :add | :append | :union | :remove | :unset | :delete
Link to this type
t()
t() :: %Mexpanel.EngageRequest{
distinct_id: String.t(),
ignore_time: boolean(),
ip: String.t(),
operation: operation(),
properties: properties(),
time: DateTime.t(),
token: String.t()
}