ex_intercom v0.0.4 ExIntercom.Segment View Source

An Intercom segment.

Link to this section Summary

Functions

Fetches a segment by its ExIntercom ID

Link to this section Types

Link to this type result() View Source
result() :: {:ok, ExIntercom.Segment.t()} | {:error, any()}
Link to this type t() View Source
t() :: %ExIntercom.Segment{count: term(), created_at: term(), id: term(), name: term(), person_type: term(), type: term(), updated_at: term()}

Link to this section Functions

Fetches a segment by its ExIntercom ID.