SegmentSpec.Group.new

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

new(map_or_kwlist, opts \\ [])

View Source

Specs

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