Base.
to_dict
to_dict() -> dict[str, Any]
Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be specified.
Parameters
| name | type | description |
|---|---|---|
| camel_case: bool = True | bool | None |
to_dict() -> dict[str, Any]
Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be specified.
| name | type | description |
|---|---|---|
| camel_case: bool = True | bool | None |