MethodInductBody.md

MethodInductBody

Properties

Name Type Description Notes
type InductType
body MethodInductBodyBody [optional]

Example

from imandra_http_api_client.models.method_induct_body import MethodInductBody

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

# convert the object into a dict
method_induct_body_dict = method_induct_body_instance.to_dict()
# create an instance of MethodInductBody from a dict
method_induct_body_form_dict = method_induct_body.from_dict(method_induct_body_dict)

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