Base.

from_dict

from_dict() -> T

Creates object from dictionary. It needs to be specified if the dictionary is in camelCase or snake_case.

Parameters

nametypedescription
cls: type[T]type[T]None
data: dict[str, Any]dict[str, Any]None
camel_case: bool = TrueboolNone

Returns

No docs