Typed CreateContactPropertyBody model.
@type t() :: %ApolloSignal.Types.CreateContactPropertyBody{ fallback_value: String.t() | nil, key: String.t(), type: String.t() }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()