ApolloSignal.Types.UpdateContactBody (apollo_signal v1.0.5)

Copy Markdown View Source

Typed UpdateContactBody model.

Summary

Types

t()

@type t() :: %ApolloSignal.Types.UpdateContactBody{
  first_name: String.t() | nil,
  last_name: String.t() | nil,
  phone: String.t() | nil,
  properties: %{optional(String.t()) => String.t()} | nil,
  unsubscribed: boolean() | nil
}

Functions

from_map(data)

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

to_map(value)

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