MethodExtSolverBody.md

MethodExtSolverBody

Properties

Name Type Description Notes
name str [optional]

Example

from imandra_http_api_client.models.method_ext_solver_body import MethodExtSolverBody

# TODO update the JSON string below
json = "{}"
# create an instance of MethodExtSolverBody from a JSON string
method_ext_solver_body_instance = MethodExtSolverBody.from_json(json)
# print the JSON string representation of the object
print MethodExtSolverBody.to_json()

# convert the object into a dict
method_ext_solver_body_dict = method_ext_solver_body_instance.to_dict()
# create an instance of MethodExtSolverBody from a dict
method_ext_solver_body_form_dict = method_ext_solver_body.from_dict(method_ext_solver_body_dict)

[Back to Model list] [Back to API list] [Back to README]