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