Create a Datum object from a dictionary representation.
obj (dict) – A dictionary containing attributes of the Datum.
A new Datum object with attributes initialized using the values from the dictionary.
Datum
Datum.from_dict()