client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Add to_dict method to modelclass

Open tarunamasa opened this issue 11 months ago • 1 comments

This pull request adds a to_dict method to the modelclass function. The to_dict method converts an instance of the class to a dictionary representation. This can be useful for serialization or other operations that require a dictionary representation of the object.

tarunamasa avatar Mar 19 '24 17:03 tarunamasa

Hey @tarunamasa, can you give me an example of how you're using this with the client? We might want to update the examples too.

justinpolygon avatar Mar 27 '24 16:03 justinpolygon