Typed DkimRecordResponse model.
@type t() :: %ApolloSignal.Types.DkimRecordResponse{ name: String.t(), status: String.t() | nil, type: String.t(), value: String.t() }
@spec from_map(map()) :: t()
@spec to_map(t()) :: map()