ApolloSignal.Types.SegmentResponse (apollo_signal v4.0.1)

Copy Markdown View Source

Typed SegmentResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.SegmentResponse{
  contact_count: integer() | nil,
  created_at: String.t(),
  id: String.t(),
  name: String.t(),
  object: String.t() | nil,
  project_id: String.t(),
  unsubscribed_count: integer() | nil
}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(value)

@spec to_map(t()) :: map()