Returns the value unchanged; this model has no nested structs to deserialize.
@type t() :: %XApiEx.Model.ListById200ResponseData{ id: String.t() | nil, name: String.t() | nil }
@spec decode(map()) :: t()