SegmentSpec.Alias.new

You're seeing just the function new, go back to SegmentSpec.Alias module for more information.
Link to this function

new(map_or_kwlist, opts \\ [])

View Source

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %SegmentSpec.Alias{
  anonymous_id: term(),
  context: term(),
  integrations: term(),
  message_id: term(),
  previous_id: term(),
  received_at: term(),
  sent_at: term(),
  timestamp: term(),
  type: term(),
  user_id: term(),
  version: term()
}