ApolloSignal.Types.ContactPropertyResponse (apollo_signal v4.0.0)

Copy Markdown View Source

Typed ContactPropertyResponse model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.ContactPropertyResponse{
  created_at: String.t(),
  fallback_value: String.t() | nil,
  id: String.t(),
  key: String.t(),
  object: String.t() | nil,
  project_id: String.t(),
  type: String.t(),
  updated_at: String.t()
}

Functions

from_map(data)

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

to_map(value)

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