SegmentSpec.Identify (segment_spec v0.1.0)
View Source
Represents a Segment identify
event.
Parses a Segment identify
event into a SegmentSpec.Identify struct.
Specs
t() :: %SegmentSpec.Identify{
anonymous_id: term(),
context: term(),
integrations: term(),
message_id: term(),
received_at: term(),
sent_at: term(),
timestamp: term(),
traits: term(),
type: term(),
user_id: term(),
version: term()
}
Specs
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %SegmentSpec.Identify{
anonymous_id: term(),
context: term(),
integrations: term(),
message_id: term(),
received_at: term(),
sent_at: term(),
timestamp: term(),
traits: term(),
type: term(),
user_id: term(),
version: term()
}
Specs
Parses a Segment identify
event into a SegmentSpec.Identify struct.