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