Closed umesh-timalsina closed 3 years ago
This will be a problem because, I cannot instantiate a design by kwargs:
>>> from symbench_athens_client.models.designs import QuadCopter >>> design = QuadCopter(arm_length=225.0) >>> design.arm_length 220.0
the parameters method should also return dictionary by_alias.
This will be a problem because, I cannot instantiate a design by kwargs: