Typed UpdateContactBody model.
@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 }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()