core.rquest_dto.base_dto
BaseDto
class BaseDto:
The base of other classes in rquest_dto
Methods
to_dict(self) -> dict:
Abstract method (sort of) for serialising the object to a dictionary
from_dict(cls, dict_: dict):
classmethod for building the object from a dictionary
Relationships
imported by ActivityJob
imported by Cohort
imported by File
imported by Group
imported by query
imported by RQuestResult