base.Base
Properties
NoneMethods
| Name | Description |
|---|---|
| from_api() | Creates object from entity passed by client class, which represents it as dictionary. |
| from_dict() | Creates object from dictionary. It needs to be specified if the dictionary is in camelCase or snake_case. |
| to_dict() | Converts object into dictionary. Optional argument if the dictionary should be camelCase or snake_case can be specified. |
| client_class() | None |
| to_api() | None |