Current section
Files
Jump to
Current section
Files
lib/segment/identify.ex
defmodule Segment.Identify do
@derive Jason.Encoder
@method "identify"
defstruct [:userId, :traits, :context, :timestamp, :integrations, :anonymousId, method: @method]
end