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